File tree 2 files changed +4
-4
lines changed
src/ci/docker/host-x86_64
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
90
90
COPY host-x86_64/dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
91
91
RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh
92
92
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 | \
94
94
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
96
96
97
97
COPY scripts/freebsd-toolchain.sh /tmp/
98
98
RUN /tmp/freebsd-toolchain.sh i686
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ WORKDIR /
40
40
COPY scripts/sccache.sh /scripts/
41
41
RUN sh /scripts/sccache.sh
42
42
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 | \
44
44
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
46
46
47
47
ENV RUST_CONFIGURE_ARGS \
48
48
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
You can’t perform that action at this time.
0 commit comments