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

Broken docs.rs builds on Windows #148

Open
kvark opened this issue Aug 14, 2020 · 1 comment
Open

Broken docs.rs builds on Windows #148

kvark opened this issue Aug 14, 2020 · 1 comment

Comments

@kvark
Copy link
Contributor

kvark commented Aug 14, 2020

See the logs in https://docs.rs/crate/gfx-backend-dx12/0.5.9/builds/281262
See also gfx-rs/gfx#2957

@grovesNL
Copy link
Owner

Cross-compilation from Linux will be necessary for Windows and macOS targets due to rust-lang/docs.rs#1015

We can probably make spirv_cross work with cross-compilation, but we'd need to figure out how to configure cc for docs.rs. Other crates depending on cc have similar issues (e.g. https://docs.rs/crate/objc_exception/0.1.2/builds/200687) so we'd have to look into what other crates are doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants