-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
boost: fix cross-compile support #114411
boost: fix cross-compile support #114411
Conversation
You can also write |
I thought only committers can do the rebase bot command, no? |
I just realized that there is already Otherwise, if we want to minimize rebuilds when adding a new
What do you think? |
Supporting build with external |
I changed to patch If this is acceptable, we can rebase it back to |
/rebase master |
8d46a65
to
8978e4b
Compare
Rebased, please reopen the pull request to restart CI |
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.
Not tested but change looks minimal invasive.
Motivation for this change
Fixes cross-compile support for
boost
. Fixes #96336.This PR is just to speed up #105478 since it is stalled for months. Changes requested are applied.
Tested to be built successfully: (on 8d46a65f63226c50d3c73ea309e7e35453c7d5fc)
boost{15x,16x,17x}
(not changed)pkgsCross.aarch64-multiplatform.boost{15x,16x,17x}
pkgsCross.riscv64.boost17x
Related: #101651
Closes: #105478
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)cc @hlandau @veprbl @r-burns