diff options
| author | sayantn <sayantn05@gmail.com> | 2024-12-19 16:19:36 +0530 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2024-12-21 10:12:32 +0000 |
| commit | 8229871c8753d389dbba164770c8a7be04276274 (patch) | |
| tree | a76e66ead494be094877f67de7c8717df050f2fa /library/stdarch/ci/docker | |
| parent | c91778f8c32482a085e8891012d8d31d29f84637 (diff) | |
| download | rust-8229871c8753d389dbba164770c8a7be04276274.tar.gz rust-8229871c8753d389dbba164770c8a7be04276274.zip | |
Upgrade Intel SDE
Diffstat (limited to 'library/stdarch/ci/docker')
| -rw-r--r-- | library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile | 6 | ||||
| -rw-r--r-- | library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile b/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile index c4063924daf..70ec5feecd9 100644 --- a/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile +++ b/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile @@ -8,8 +8,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ wget \ xz-utils -RUN wget https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz -RUN tar -xJf sde-external-9.44.0-2024-08-22-lin.tar.xz -ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.44.0-2024-08-22-lin/sde64 \ +RUN wget https://downloadmirror.intel.com/843185/sde-external-9.48.0-2024-11-25-lin.tar.xz +RUN tar -xJf sde-external-9.48.0-2024-11-25-lin.tar.xz +ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.48.0-2024-11-25-lin/sde64 \ -cpuid-in /checkout/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def \ -rtm-mode full -tsx --" diff --git a/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def b/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def index 9d9c79ae524..4d0924c5a15 100644 --- a/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def +++ b/library/stdarch/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def @@ -1,11 +1,11 @@ -# Copyright (C) 2017-2023 Intel Corporation. -# +# Copyright (C) 2017-2024 Intel Corporation. +# # This software and the related documents are Intel copyrighted materials, and your # use of them is governed by the express license under which they were provided to # you ("License"). Unless the License provides otherwise, you may not use, modify, # copy, publish, distribute, disclose or transmit this software or the related # documents without Intel's prior written permission. -# +# # This software and the related documents are provided as is, with no express or # implied warranties, other than those that are expressly stated in the License. # |
