Skip to content

Commit 802714f

Browse files
sayantnAmanieu
authored andcommitted
Upgrade Intel SDE
1 parent ec4894c commit 802714f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
wget \
99
xz-utils
1010

11-
RUN wget https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz
12-
RUN tar -xJf sde-external-9.44.0-2024-08-22-lin.tar.xz
13-
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.44.0-2024-08-22-lin/sde64 \
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 \
1414
-cpuid-in /checkout/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def \
1515
-rtm-mode full -tsx --"

ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright (C) 2017-2023 Intel Corporation.
2-
#
1+
# Copyright (C) 2017-2024 Intel Corporation.
2+
#
33
# This software and the related documents are Intel copyrighted materials, and your
44
# use of them is governed by the express license under which they were provided to
55
# you ("License"). Unless the License provides otherwise, you may not use, modify,
66
# copy, publish, distribute, disclose or transmit this software or the related
77
# documents without Intel's prior written permission.
8-
#
8+
#
99
# This software and the related documents are provided as is, with no express or
1010
# implied warranties, other than those that are expressly stated in the License.
1111
#

0 commit comments

Comments
 (0)