Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

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

Closed
XAMPPRocky wants to merge 8 commits intomainfrom
vuild-system
Closed

Refactor spirv-builder to build codegen and sysroot itself#239
XAMPPRocky wants to merge 8 commits intomainfrom
vuild-system

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

s: blocked PRs blocked on external factors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants