summaryrefslogtreecommitdiff
path: root/ci/docker
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2021-12-02 07:58:57 -0800
committerDan Gohman <dev@sunfishcode.online>2021-12-02 08:03:10 -0800
commit5e5cf2c18170e5a3e61e51537bb638f062f92c3f (patch)
tree4fde5a5e3ce96b78edb5c8cbe4c37c8f2251d43c /ci/docker
parentbc30b21e82ef43ee93197f7430be9c440bbb4289 (diff)
downloadrust-libc-5e5cf2c18170e5a3e61e51537bb638f062f92c3f.tar.gz
Update to the latest released wasi-libc and declare `getcwd`/`chdir`
Update to the latest version of wasi-libc which corresponds to the version in the wasi-sdk 14.0 release. And, add declarations for `getcwd` and `chdir`, which are now provided by wasi-libc.
Diffstat (limited to 'ci/docker')
-rw-r--r--ci/docker/wasm32-wasi/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/wasm32-wasi/Dockerfile b/ci/docker/wasm32-wasi/Dockerfile
index ab057ffb36..874bdc3be4 100644
--- a/ci/docker/wasm32-wasi/Dockerfile
+++ b/ci/docker/wasm32-wasi/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && \
# those breaking changes on `libc`'s own CI
RUN git clone https://github.com/WebAssembly/wasi-libc && \
cd wasi-libc && \
- git reset --hard f2e779e5f1ba4a539937cedeeaa762c1e0c162df
+ git reset --hard ad5133410f66b93a2381db5b542aad5e0964db96
RUN apt-get install -y --no-install-recommends llvm
RUN make -C wasi-libc install -j $(nproc) INSTALL_DIR=/wasi-libc