Skip to content

Commit 4c6baa2

Browse files
committed
fix(Dockerfile): add SHA256 checksum verification for LoongArch64 toolchain
1 parent 02ad13d commit 4c6baa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-edk2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN tar -C /opt -xzf gcc-riscv.tar.gz
1919

2020
# Use the LoongArch64 cross toolchain for building LoongArch64 code.
2121
RUN wget https://github.com/loongson/build-tools/releases/download/2023.08.08/x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz
22+
RUN echo "b8572e2083143ff1807658f02e11eba53e5ed81d6194854d369b43fceea72de7 x86_64-cross-tools-loongarch64-binutils_2.45-gcc_15.1.0-glibc_2.42.tar.xz" | sha256sum --check
2223
RUN mkdir /opt/loongarch64_cross-toolchain/
2324
RUN tar -vxf x86_64-cross-tools-loongarch64-binutils_2.41-gcc_13.2.0.tar.xz -C /opt/loongarch64_cross-toolchain/
2425

0 commit comments

Comments
 (0)