This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc sun
9090COPY host-x86_64/dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
9191RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh
9292
93- RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-23 /wasi-sdk-23 .0-x86_64-linux.tar.gz | \
93+ RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25 /wasi-sdk-25 .0-x86_64-linux.tar.gz | \
9494 tar -xz
95- ENV WASI_SDK_PATH=/tmp/wasi-sdk-23 .0-x86_64-linux
95+ ENV WASI_SDK_PATH=/tmp/wasi-sdk-25 .0-x86_64-linux
9696
9797COPY scripts/freebsd-toolchain.sh /tmp/
9898RUN /tmp/freebsd-toolchain.sh i686
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ WORKDIR /
4040COPY scripts/sccache.sh /scripts/
4141RUN sh /scripts/sccache.sh
4242
43- RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-23 /wasi-sdk-23 .0-x86_64-linux.tar.gz | \
43+ RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25 /wasi-sdk-25 .0-x86_64-linux.tar.gz | \
4444 tar -xz
45- ENV WASI_SDK_PATH=/wasi-sdk-23 .0-x86_64-linux
45+ ENV WASI_SDK_PATH=/wasi-sdk-25 .0-x86_64-linux
4646
4747ENV RUST_CONFIGURE_ARGS \
4848 --musl-root-x86_64=/usr/local/x86_64-linux-musl \
You can’t perform that action at this time.
0 commit comments