Skip to content

Commit eadffb0

Browse files
feat: updating intrinsic-run execution bash script
1 parent 30e0642 commit eadffb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ case ${TARGET} in
9393
x86_64-unknown-linux-gnu)
9494
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
9595
TEST_CXX_COMPILER="clang++-19"
96+
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER=""
9697
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
9798
export STDARCH_DISABLE_ASSERT_INSTR=1
9899

0 commit comments

Comments
 (0)