-
Notifications
You must be signed in to change notification settings - Fork 141
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
Release v0.6 for agda 2.6.4 #1050
Conversation
33ce421
to
fc99ea4
Compare
If there is something to do nix-wise can someone do it? |
Or @ncfavier ? |
Agda build runs out of memory. |
If I get it right, the flake for agda is used to build agda, which means it is built with a lot of optimization. So it is no surprise it runs out of memory. Is there a way to prevent this? Can we use a build of agda? |
AFAICT we have three options:
|
In case we want to go with 1, I've created a Cachix cache (https://agda.cachix.org). Members of the agda GitHub organisation should have write access (if they log into Cachix via their GitHub account?). |
Thanks! |
Just to be clear: I am happy about the nix-workflow as long as it doesn't block the release. So if someone implements an easy solution (the "overlay" suggestion sounds like one) that's perfectly fine from my point of view. |
I built 82aa301 locally with In general I'm in favor of caching build artifacts via Cachix. Not only does it reduce build time, but people downstream would benefit from the caching, too.
What about a fourth option: Provide two outputs in the flake:
In any case, I'm willing to help out tweaking the nix workflow so that it doesn't block future releases. |
I'm on board with removing the Nix workflow. |
Note that 0.5 compiles with agda 2.6.4. Maybe that should be noted in the README. |
82aa301
to
bfc5756
Compare
bfc5756
to
05c4dc0
Compare
I removed the ci-nix.yml, just because commenting out the whole file didn't work and I don't want to spend time on this. |
Looks good to me! Thanks for preparing this |
Ok - will do. |
* update some call following agda's warning * bump versions everywhere * bump versions everywhere * nix: flake update * README: more working agda-versions * deactivate ci-nix * update release date --------- Co-authored-by: Naïm Favier <[email protected]>
Just one fix from #1048