File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ WORKDIR $DIR
6
6
RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip
7
7
8
8
# Download & unpack DLB tarball
9
- ARG DLB_TARBALL="dlb_linux_src_release8.0 .0.txz"
10
- ARG DLB_TARBALL_SHA256="075533229bb2bd2f945ec8089a707205f3f8e8d87a8030e9208603d997236171 "
9
+ ARG DLB_TARBALL="dlb_linux_src_release_8.3 .0.txz"
10
+ ARG DLB_TARBALL_SHA256="ce2141f055e6ecca9a51ead30b0cd24a89af74afef0daa0440ae48b3f3cbc27d "
11
11
12
- RUN wget https://downloadmirror.intel.com/763709 /$DLB_TARBALL \
12
+ RUN wget https://downloadmirror.intel.com/776610 /$DLB_TARBALL \
13
13
&& echo "$DLB_TARBALL_SHA256 $DLB_TARBALL" | sha256sum -c - \
14
14
&& tar -Jxf $DLB_TARBALL --no-same-owner && rm $DLB_TARBALL
15
15
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ WORKDIR /dlb-build
6
6
RUN apt-get update && apt-get install -y wget xz-utils make gcc
7
7
8
8
# Download and unpack DLB tarball
9
- ARG DLB_TARBALL="dlb_linux_src_release8.0 .0.txz"
10
- ARG DLB_TARBALL_SHA256="075533229bb2bd2f945ec8089a707205f3f8e8d87a8030e9208603d997236171 "
9
+ ARG DLB_TARBALL="dlb_linux_src_release_8.3 .0.txz"
10
+ ARG DLB_TARBALL_SHA256="ce2141f055e6ecca9a51ead30b0cd24a89af74afef0daa0440ae48b3f3cbc27d "
11
11
12
- RUN wget https://downloadmirror.intel.com/763709 /$DLB_TARBALL \
12
+ RUN wget https://downloadmirror.intel.com/776610 /$DLB_TARBALL \
13
13
&& echo "$DLB_TARBALL_SHA256 $DLB_TARBALL" | sha256sum -c - \
14
14
&& tar -xvf *.txz --no-same-owner
15
15
You can’t perform that action at this time.
0 commit comments