Skip to content

Commit f3a1619

Browse files
committed
fix setting rustflags
1 parent b8748cc commit f3a1619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ std)
8686
;;
8787
simd)
8888
cd $MIRI_LIB_SRC/portable-simd
89-
export RUSTFLAGS="-Ainternal_features $RUSTFLAGS"
89+
export RUSTFLAGS="-Ainternal_features ${RUSTFLAGS:-}"
90+
9091
echo "::group::Testing portable-simd"
9192
MIRIFLAGS="$DEFAULTFLAGS" \
9293
cargo miri test --lib --tests -- --skip ptr \

0 commit comments

Comments
 (0)