-
Notifications
You must be signed in to change notification settings - Fork 721
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
jbgi
force-pushed
the
nix-caching-improvements-1.35
branch
3 times, most recently
from
January 12, 2023 21:57
196021d
to
a200ca8
Compare
jbgi
requested review from
deepfire,
jutaro,
MarcFontaine,
mgmeier,
cleverca22,
dcoutts,
Jimbo4350,
erikd,
newhoggy and
JaredCorduan
as code owners
January 12, 2023 21:57
jbgi
force-pushed
the
nix-caching-improvements-1.35
branch
3 times, most recently
from
January 18, 2023 13:45
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' ```
jbgi
force-pushed
the
nix-caching-improvements-1.35
branch
from
January 24, 2023 09:17
914763b
to
9f8a932
Compare
jbgi
force-pushed
the
nix-caching-improvements-1.35
branch
from
January 24, 2023 10:00
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+ |
boors r- |
JaredCorduan
approved these changes
Jan 24, 2023
tryTimed out. |
Timed out. |
bors r+ |
Timed out. |
bors retry |
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.