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 9b75c5b commit 302a7bbCopy full SHA for 302a7bb
.travis.yml
@@ -53,9 +53,8 @@ script:
53
- cargo generate-lockfile
54
- |
55
if [ "$NORUN" == "1" ]; then
56
- cd -p crates/stdsimd
57
- cargo build --target=$TARGET
58
- 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
59
else
60
ci/run-docker.sh $TARGET $FEATURES
61
fi
0 commit comments