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

Restrict the stdweb feature to the wasm32-unknown-unknown target #352

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

pitdicker
Copy link
Contributor

See https://travis-ci.org/rust-lang-nursery/rand/jobs/359227191.

Building with --all-features tries to use stdweb, even when the target platform is not WASM.
For cargo doc --no-deps --all --all-features that makes the CI a bit less optimal.

Copy link
Member

@dhardy dhardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Unfortunately it seems stdweb is broken.

@pitdicker
Copy link
Contributor Author

Do you want to wait for stdweb to get fixed? I don't see something in the pipeline there yet.

@dhardy
Copy link
Member

dhardy commented Mar 29, 2018

No, I guess not since otherwise more tests are broken.

@dhardy dhardy merged commit 337f391 into rust-random:master Mar 29, 2018
@pitdicker pitdicker deleted the restrict_stdweb_feature branch March 29, 2018 08:51
pitdicker pushed a commit that referenced this pull request Apr 4, 2018
Restrict the stdweb feature to the wasm32-unknown-unknown target
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

Successfully merging this pull request may close these issues.

2 participants