-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate CI to github #1038
base: main
Are you sure you want to change the base?
Migrate CI to github #1038
Conversation
nix_path: nixpkgs=channel:nixpkgs-unstable | ||
extra_nix_config: "sandbox = false" | ||
- name: Setup cache | ||
uses: DeterminateSystems/magic-nix-cache-action@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aouch, that's annoying ! The recipe is mostly based on that cache working...
We will look into another option. Thanks for pointing this out !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a pity...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to be expected. I bet that the free unlimited github runners won’t last for long.
Here someone says that rolling one’s own nix cache is technically trivial: https://discourse.nixos.org/t/end-of-life-for-the-free-tier-of-the-magic-nix-cache/59306
This PR offers the alternative of building the whole CI pipeline on github hosted slaves.
Still under development as EC extraction fails, and push to jasmin-compiler is not finalized.