Skip to content
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

Use -Zcodegen-backend instead of a custom rustc driver #1225

Merged
merged 4 commits into from
Apr 30, 2022

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Apr 30, 2022

Partially fixes issue #1091 by no longer requiring a custom rustc driver that is unrecognized by sccache. It is not yet fully fixed as sccache doesn't allow --sysroot at the moment and thus falls back to not caching. This is still better than straight up erroring out though.
Fixes #1117
Fixes #1207 by allowing cargo to use the source from the original sysroot.

@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Apr 30, 2022
@bjorn3 bjorn3 merged commit 9152ded into master Apr 30, 2022
@bjorn3 bjorn3 deleted the build_system_rework branch April 30, 2022 11:34
@bjorn3 bjorn3 mentioned this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support -Zbuild-std Change cg_clif -vV output
1 participant