File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
docker/x86_64-unknown-linux-gnu Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
make \
7
7
ca-certificates \
8
8
wget \
9
- xz-utils
9
+ xz-utils \
10
+ clang \
11
+ lld
10
12
11
13
RUN wget http://ci-mirrors.rust-lang.org/stdarch/sde-external-9.58.0-2025-06-16-lin.tar.xz -O sde.tar.xz
12
14
RUN mkdir intel-sde
Original file line number Diff line number Diff line change 92
92
case ${TARGET} in
93
93
x86_64-unknown-linux-gnu)
94
94
TEST_CPPFLAGS=" -fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
95
- TEST_CXX_COMPILER=" clang++-19 "
95
+ TEST_CXX_COMPILER=" clang++"
96
96
TEST_RUNNER=" ${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER} "
97
97
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
98
98
export STDARCH_DISABLE_ASSERT_INSTR=1
You can’t perform that action at this time.
0 commit comments