-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
[staging-next] cmake: Fix embedded curl on darwin #131969
Closed
Closed
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
FRidh
reviewed
Jul 29, 2021
tobim
force-pushed
the
pkgs/cmake-3.21-darwin
branch
2 times, most recently
from
July 29, 2021 19:08
c27e7e5
to
b48d4e0
Compare
ofborg
bot
added
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 0
This PR does not cause any packages to rebuild on Linux
labels
Jul 29, 2021
This change seems to add SystemConfiguration to the bootstrap closure, and that doesn't work either. This is actually the same problem as in #124502. |
tobim
changed the title
[staging-next] cmake: Fix on darwin-arm64
[staging-next] cmake: Fix embedded curl on darwin
Jul 30, 2021
SuperSandro2000
requested changes
Aug 2, 2021
This reverts commit bd57a30.
tobim
force-pushed
the
pkgs/cmake-3.21-darwin
branch
from
August 2, 2021 19:32
9c222c1
to
2a0d658
Compare
Adds the SystemConfiguration framework to buildInputs unless we're bootstrapping. For the bootstrap version, we revert curl/curl@31f631a instead so CMake builds without SystemConfiguration.
tobim
force-pushed
the
pkgs/cmake-3.21-darwin
branch
from
August 2, 2021 19:39
2a0d658
to
40f6c13
Compare
ofborg
bot
added
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
and removed
10.rebuild-linux: 0
This PR does not cause any packages to rebuild on Linux
labels
Aug 2, 2021
@ofborg build cmake |
I opened #133601 targeting staging instead. |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: darwin
Running or building packages on Darwin
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
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.
Add SystemConfiguration framework to buildInputs.
This is a naive attempt that I can't test at the moment.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)