We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27742ac commit 701f167Copy full SHA for 701f167
.travis.yml
@@ -66,9 +66,8 @@ script:
66
- cargo generate-lockfile
67
- |
68
if [ "$NORUN" == "1" ]; then
69
- cd -p crates/stdsimd
70
- cargo build --target=$TARGET
71
- cargo build --release --target=$TARGET
+ cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
+ cargo build --release --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
72
else
73
ci/run-docker.sh $TARGET $FEATURES
74
fi
0 commit comments