Update XT toolchain
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 18m32s

This commit is contained in:
Aiken Harris 2024-12-29 11:24:01 +01:00 committed by CodingWorkshop Signing Team
parent b81d161912
commit fc29e63431
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -29,7 +29,7 @@ VOLUME /var/lib/docker
EXPOSE 2375
# Install XT toolchain
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.7/xtchain-2.8.7-linux.tar.zst -O xtchain.tar.zst && \
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.8/xtchain-2.8.8-linux.tar.zst -O xtchain.tar.zst && \
mkdir -p /opt/xtchain && \
tar xapf xtchain.tar.zst -C /opt/xtchain && \
rm xtchain.tar.zst