WIP: concurrent jobs#707
Closed
fsoikin wants to merge 10 commits intopurescript:trh/compilers-in-metadatafrom
Closed
WIP: concurrent jobs#707fsoikin wants to merge 10 commits intopurescript:trh/compilers-in-metadatafrom
fsoikin wants to merge 10 commits intopurescript:trh/compilers-in-metadatafrom
Conversation
…o concurrent-jobs
* add envrc for direnv users
this was already used by several developers, this just makes it
official
* replace run-tests-script with nix flake check
this also allows us to remove our single 'spago test' invocation
in a github workflow, so all CI checks are in the Nix checks for
Garnix to execute
while i was at it, i removed the nix flakes wrapper, shell.nix,
and flake-compat inclusions as at this point pretty much everyone
is on a flake-compatible version of Nix
* extract wiremock mappings
* migrate to buildNpmPackage from slimlock
slimlock was the homegrown npm dependency builder from ps-overlay
from before when buildNpmPackage was a suitable choice for the
registry, but at this point it's well-suited to be the standard
choice for us.
* overhaul nix flake setup
our homegrown nix setup has diverged quite a bit from modern
best practices and is hard to read. it also included some
unnecessary helpers (like run-vm to work on a local vm) which
we can remove.
this change overhauls the full setup while maintaining the
existing tests to make it simpler, more performant, and more
usable for contributors.
the deployments are still simple ('colmena apply').
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created this draft PR by request from @f-f