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.
--features c
1 parent 7e6eb91 commit 7547478Copy full SHA for 7547478
ci/run.sh
@@ -34,15 +34,7 @@ fi
34
35
if [ "${TEST_VERBATIM:-}" = "1" ]; then
36
verb_path=$(cmd.exe //C echo \\\\?\\%cd%\\testcrate\\target2)
37
- run="cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path"
38
- $run
39
- $run --release
40
- $run --features c
41
- $run --features c --release
42
- $run --features no-asm
43
- $run --features no-asm --release
44
- $run --features no-f16-f128
45
- $run --features no-f16-f128 --release
+ cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir $verb_path --features c
46
fi
47
48
if [ -d /builtins-target ]; then
0 commit comments