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

set the TARGET envar for the stdsimd integration test #3402

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

scampi
Copy link
Contributor

@scampi scampi commented Feb 15, 2019

The stdsimd crate fails to compile with the following. Setting the TARGET envar fixes the problem.

error: custom attribute panicked
   --> crates/core_arch/src/x86/fxsr.rs:102:5
    |
102 |     #[simd_test(enable = "fxsr")]
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: message: TARGET environment variable should be set for rustc: NotPresent

@scampi
Copy link
Contributor Author

scampi commented Feb 15, 2019

the crate futures-rs fails with rust-lang/futures-rs#1453

@topecongiro topecongiro merged commit 2c221b6 into rust-lang:master Feb 18, 2019
@topecongiro
Copy link
Contributor

Thanks!

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