-
Notifications
You must be signed in to change notification settings - Fork 722
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
Nix fixes - 1.35 #4778
Merged
Merged
Nix fixes - 1.35 #4778
Conversation
This file contains 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
196021d
to
a200ca8
Compare
f404a29
to
262677a
Compare
bors try |
tryBuild succeeded: |
other simplification/optimization: - remove generated project-packages-exes.nix (now at eval time) - move rewrite-libs to binary-release.nix: not needed and faster for normal builds - use haskell.nix project overlays to simplify access to components and alternative projects config (profiled, etc.). - filter src to avoid rebuilds for test that depends on $CARDANO_NODE_SRC
also for profiled project, activate profiling for all exes to avoid surprises
fix issue when entering `nix develop .#devops`: ``` error: the path '~/.gitconfig' can not be resolved in pure mode … while evaluating the attribute 'gitignoreFilter' ```
914763b
to
9f8a932
Compare
b28521d
to
d992b72
Compare
bors try |
tryAlready running a review |
bors try- |
bors try |
tryBuild failed: |
This works for both `nix` and `cabal`.
bors try |
disassembler
approved these changes
Jan 24, 2023
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Jan 24, 2023
4778: Nix fixes - 1.35 r=disassembler a=jbgi this is a backport of #4748. Co-authored-by: Jean-Baptiste Giraudeau <[email protected]> Co-authored-by: John Ky <[email protected]> Co-authored-by: Marcin Szamotulski <[email protected]>
boors r- |
JaredCorduan
approved these changes
Jan 24, 2023
tryTimed out. |
Timed out. |
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Jan 24, 2023
4778: Nix fixes - 1.35 r=disassembler a=jbgi this is a backport of #4748. Co-authored-by: Jean-Baptiste Giraudeau <[email protected]> Co-authored-by: John Ky <[email protected]> Co-authored-by: Marcin Szamotulski <[email protected]>
Timed out. |
bors retry |
iohk-bors bot
added a commit
that referenced
this pull request
Jan 24, 2023
4778: Nix fixes - 1.35 r=disassembler a=jbgi this is a backport of #4748. Co-authored-by: Jean-Baptiste Giraudeau <[email protected]> Co-authored-by: John Ky <[email protected]> Co-authored-by: Marcin Szamotulski <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into release/1.35. It will not be retried. Additional information: {"message":"Required status check \"ci/pr/required\" is pending.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors retry |
Build succeeded: |
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.
this is a backport of #4748.