-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
llvmPackages.libllvm: fix enablePolly = false #444806
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
Conversation
Setting enablePolly = false was failing due to trying to patch a file that doesn't exist > applying patch /nix/store/gr73nf6sca9nyzl88x58y3qxrav04yhd-polly-lit-cfg-add-libs-to-dylib-path.patch > can't find file to patch at input line 5
This makes it easier to test optional flags still work. Just adding one that disables multiple because the build is fairly slow and I don't think exercising them all separately is going to be worth the extra build time.
|
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.
Thanks. Did I break this? I think I probably broke this.
FWIW I am in the middle of trying to kill this patch off in #430776. But this is certainly a necessary fix for now.
I think it's been wrong for a while and you just moved things around most recently, but it's a bit annoying to follow through some reformats and refactors so I didn't try to track this back to whenever it first broke. |
Setting
enablePolly = false
was failing due to trying to patch a file that doesn't existThings done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.