-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustbuild: Implement DESTDIR support #38654
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
This commit primarily starts supporting the `DESTDIR` environment variable like the old build system. Along the way this brings `config.toml` up to date with support in `config.mk` with install options supported. Closes rust-lang#38441
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 16f8372 has been approved by |
rustbuild: Implement DESTDIR support This commit primarily starts supporting the `DESTDIR` environment variable like the old build system. Along the way this brings `config.toml` up to date with support in `config.mk` with install options supported. Closes #38441
☀️ Test successful - status-appveyor, status-travis |
Any chance to get this backported to 1.15? |
Unfortunately we missed the deadline to do backports, so this'll make its way into 1.16 |
@alexcrichton I see it's not in the beta yet and the beta-nominated tag is gone. |
@Keruspe this PR is now on beta, those tags were for the previous 1.15.0 beta, but we didn't get it out in time for that |
Indeed, either I failed my pull or did so before it hit beta, sorry for the noise |
This commit primarily starts supporting the
DESTDIR
environment variable likethe old build system. Along the way this brings
config.toml
up to date withsupport in
config.mk
with install options supported.Closes #38441