This repository was archived by the owner on Apr 6, 2020. It is now read-only.
haskell.nix revamp#224
Draft
angerman wants to merge 15 commits into
Draft
Conversation
Member
|
Would like to see this lot squashed down to two commits, one with the changes to |
add io-sim, ouroboros-network-testing, cardano-shell. We need those for haskell.nix as it tries to compute a full plan (with all tests).
03ee9a1 to
58b51ad
Compare
58b51ad to
edaf358
Compare
Contributor
Author
|
@erikd alirght, I think what's missing is the docker stuff, I'll try to finish that tomorrow, completely missed that piece. Please ask all the questions about nix you have about this. It cuts both ways. The pure CI logic essenitally ends before the |
These are supposed to be imported by a nixOS machine to make these services available.
edaf358 to
3f91130
Compare
This will add - x86_64-linux - x86_64-macos - x86_64-mingw (on linux) - docker inputs
This was referenced Feb 4, 2020
5475fd4 to
1a761f9
Compare
angerman
commented
Feb 6, 2020
| dict["subdir"] = '' | ||
| if not (dict['loc'], dict['tag']) in globalCache: | ||
| prefetchJSON = subprocess.run( | ||
| ["nix-prefetch-git", "--quiet", dict['loc'], dict['tag']], |
Contributor
Author
There was a problem hiding this comment.
This one should have an option to go through ssh
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Ok. This is basically a full haskell.nix restart from the grounds up. We'll need to add back the control logic as well. But I'd like this to be a process with @erikd, so he is part of the discovery what is ci related, what is operations related, ... and can have a word on where that logic should reside.
Task list:
cabal.projectas ground truth)ci.nix (to build the project using hercules-ci)We'll usedefault.nixonly for now.sha256why we need them and how to update them.