Skip to content

Commit 1d89c29

Browse files
fix: update CI to avoid override issues
1 parent cc33f60 commit 1d89c29

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ci/run.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ fi
9999
# Test targets compiled with extra features.
100100
case ${TARGET} in
101101
x86_64-unknown-linux-gnu)
102+
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
103+
TEST_CXX_COMPILER="clang++-19"
104+
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
102105
export STDARCH_DISABLE_ASSERT_INSTR=1
103106

104107
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
@@ -161,12 +164,6 @@ case ${TARGET} in
161164
TEST_CXX_COMPILER="clang++"
162165
TEST_RUNNER="${CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER}"
163166
;;
164-
165-
x86_64-unknown-linux-gnu*)
166-
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
167-
TEST_CXX_COMPILER="clang++-19"
168-
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
169-
;;
170167
*)
171168
;;
172169

0 commit comments

Comments
 (0)