Skip to content

Commit ec55ab6

Browse files
sayantnAmanieu
authored andcommitted
Update SDE mirror to ci-mirrors.rust-lang.org
This is to combat the spurious CI failures in emulated run. Also helps with updatability and compatibility - it will work even if Intel changes the link
1 parent 9405357 commit ec55ab6

File tree

1 file changed

+4
-3
lines changed
  • library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated

1 file changed

+4
-3
lines changed

library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
wget \
99
xz-utils
1010

11-
RUN wget https://downloadmirror.intel.com/843185/sde-external-9.48.0-2024-11-25-lin.tar.xz
12-
RUN tar -xJf sde-external-9.48.0-2024-11-25-lin.tar.xz
13-
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.48.0-2024-11-25-lin/sde64 \
11+
RUN wget http://ci-mirrors.rust-lang.org/stdarch/sde-external-9.48.0-2024-11-25-lin.tar.xz -O sde.tar.xz
12+
RUN mkdir intel-sde
13+
RUN tar -xJf sde.tar.xz --strip-components=1 -C intel-sde
14+
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/intel-sde/sde64 \
1415
-cpuid-in /checkout/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def \
1516
-rtm-mode full -tsx --"

0 commit comments

Comments
 (0)