File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828 clang-format \
2929 clang-tools \
3030 libclang-rt-dev \
31+ libclang-rt-dev-wasm32 \
32+ lld \
3133 llvm \
3234 net-tools \
3335 sudo \
@@ -42,10 +44,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4244 && apt-get clean -y\
4345 && update-alternatives --install /usr/bin/python python /usr/bin/python3 50
4446
45- # Install wasi-sdk
46- RUN mkdir /opt/wasi-sdk && \
47- curl -sSL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$WASI_SDK_VERSION/wasi-sdk -$WASI_SDK_VERSION.0-$(uname -m | sed s/aarch64/arm64/)-linux .tar.gz | \
48- tar zxvf - --strip-components=1 -C /opt/wasi-sdk
47+ # Install wasi-sysroot
48+ RUN mkdir /opt/wasi-sysroot && \
49+ curl -sSL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$WASI_SDK_VERSION/wasi-sysroot -$WASI_SDK_VERSION.0.tar.gz | \
50+ tar zxvf - --strip-components=1 -C /opt/wasi-sysroot
4951
5052FROM ocre-ci AS ocre-dev
5153
You can’t perform that action at this time.
0 commit comments