File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 9999# Test targets compiled with extra features.
100100case ${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
You can’t perform that action at this time.
0 commit comments