@@ -18,6 +18,10 @@ cargo build --target 1ドル
18
18
cargo build --target 1ドル --release
19
19
cargo build --target 1ドル --features c
20
20
cargo build --target 1ドル --release --features c
21
+ if [ -n " $CLANG " -o -n " $LLVM_CONFIG " ]; then
22
+ cargo build --target 1ドル --features c-system
23
+ cargo build --target 1ドル --release --features c-system
24
+ fi
21
25
22
26
PREFIX=$( echo 1ドル | sed -e ' s/unknown-//' ) -
23
27
case 1ドル in
@@ -77,6 +81,10 @@ RUSTFLAGS="-C debug-assertions=no" $build_intrinsics
77
81
RUSTFLAGS=" -C debug-assertions=no" $build_intrinsics --release
78
82
RUSTFLAGS=" -C debug-assertions=no" $build_intrinsics --features c
79
83
RUSTFLAGS=" -C debug-assertions=no" $build_intrinsics --features c --release
84
+ if [ -n " $CLANG " -o -n " $LLVM_CONFIG " ]; then
85
+ RUSTFLAGS=" -C debug-assertions=no" $build_intrinsics --features c-system
86
+ RUSTFLAGS=" -C debug-assertions=no" $build_intrinsics --features c-system --release
87
+ fi
80
88
81
89
# Verify that there are no undefined symbols to `panic` within our
82
90
# implementations
0 commit comments