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

error: failed to run custom build command for ring v0.17.8 #2501

Open
xmh0511 opened this issue Apr 26, 2024 · 1 comment
Open

error: failed to run custom build command for ring v0.17.8 #2501

xmh0511 opened this issue Apr 26, 2024 · 1 comment

Comments

@xmh0511
Copy link

xmh0511 commented Apr 26, 2024

Crate name

webserver-rs

Build failure link

https://docs.rs/crate/webserver-rs/0.5.2/builds/1202362/x86_64-apple-darwin.txt

Additional details

The doc generates failure for Windows and Apple-Darwin platforms.

@syphar
Copy link
Member

syphar commented May 3, 2024

sorry for the delayed response.
Currently we are using cross compilation to compile all non-default platforms.

In this case, ring can't be compiled like this on non-default platforms, which is probably also why its docs are only available for one platform. We don't see the failing logs because storing them was added later.

#1957 might be a solution, or #93. Until them, many crates choose conditional compilation to make the crate build purely for docs in our build.

for reference:

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

No branches or pull requests

2 participants