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

Refactor spirv-builder to build codegen and sysroot itself #239

Closed
wants to merge 8 commits into from

Conversation

XAMPPRocky
Copy link
Member

@XAMPPRocky XAMPPRocky commented Nov 13, 2020

This PR replaces building rustc_codegen_spirv and spirv-unknown-unknown with cargo in spirv-builder, with building each as a separate step. Currently this is actually slower as the tests rebuild those artefacts for each invocation, but I'm planning on finishing up the ability to use pre-built artefacts for tests before marking this PR as not a draft.

Huge thanks to @DianaNites who added a lot of functionality to cargo-sysroot to make this possible. 🎉

@DJMcNab

This comment has been minimized.

@DJMcNab
Copy link
Contributor

DJMcNab commented Nov 25, 2020

rust-lang/cargo#8874 (comment)

Is relevant and might help solve our windows woes.

@XAMPPRocky XAMPPRocky force-pushed the vuild-system branch 3 times, most recently from 662b8d8 to 006bd9f Compare December 1, 2020 10:44
@XAMPPRocky XAMPPRocky mentioned this pull request Dec 2, 2020
@XAMPPRocky XAMPPRocky mentioned this pull request Dec 28, 2020
@XAMPPRocky XAMPPRocky added the s: blocked PRs blocked on external factors. label Mar 9, 2021
@XAMPPRocky
Copy link
Member Author

Going to close this for now, as the artifact dependency RFC for cargo was merged, and if we did want to go down this route I'd need to rebase it.

@XAMPPRocky XAMPPRocky closed this Mar 24, 2021
@XAMPPRocky XAMPPRocky deleted the vuild-system branch April 30, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: blocked PRs blocked on external factors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants