-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
llvmPackages_13.clang: add nostdlibinc flag #153963
Merged
Merged
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
7c6f434c
approved these changes
Feb 8, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me. @matthewbauer ?
hmenke
approved these changes
Feb 12, 2022
I think it is better to target staging here |
crabtw
requested review from
kalbasit,
Mic92,
zowoq,
thoughtpolice,
marsam,
ttuegel,
FRidh,
jonringer,
aszlig and
Ericson2314
as code owners
February 14, 2022 09:07
This patch adds nostdlibinc flag after parsing arguments instead of sed substitution. Fix NixOS#151879
Done. |
ofborg
bot
added
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild
8.has: clean-up
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 5001+
and removed
10.rebuild-darwin: 11-100
10.rebuild-linux: 1001-2500
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild
labels
Feb 14, 2022
ofborg
bot
added
10.rebuild-darwin: 11-100
10.rebuild-linux: 1001-2500
and removed
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-linux: 5001+
labels
Feb 14, 2022
Would it be possible to backport this to 21.11? |
Sure! |
1 task
Successfully created backport PR #161137 for |
crabtw
added a commit
to crabtw/nixpkgs
that referenced
this pull request
Sep 30, 2022
Fix header search paths as NixOS#153963
13 tasks
rrbutani
added
the
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
label
May 27, 2024
Merged
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
8.has: clean-up
10.rebuild-darwin: 11-100
10.rebuild-linux: 501+
10.rebuild-linux: 1001-2500
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.
Motivation for this change
This patch adds nostdlibinc flag after parsing arguments
instead of sed substitution.
Fix #151879
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes