-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
llvmPackages_18.{clang,libcxx}: Revert redundant openbsd patches #315790
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
@ofborg build llvmPackages_18.clang llvmPackages_18.libcxx tests.cc-wrapper.llvmTests.llvmPackages_18 |
Please include reasons for reverts in commit messages. |
Too late :( |
One day I'll figure out how to make a CI check for it :( |
i considered adding a message but the commits shouldn't have happened in the first place and i figured the revert implied that they were a mistake... if there were some tricky bits i probably would've added something -- next time. |
Successfully created backport PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-315790-to-release-24.05 origin/release-24.05
cd .worktree/backport-315790-to-release-24.05
git switch --create backport-315790-to-release-24.05
git cherry-pick -x 8110970af91e4fc0c44c0addba58c72770d60c95 30d42ba5694da36ffab9f68c12e4468e1af8190d |
Description of changes
#311836 broke llvm-18 due to redundant patches.
changes incorporated into llvm 18.1.6 -- no need to patch
https://github.com/llvm/llvm-project/commits/llvmorg-18.1.6/
fixes: https://hydra.nixos.org/build/261662365
cc: @Ericson2314
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.