summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2021-02-18 13:37:08 -0800
committerDan Gohman <dev@sunfishcode.online>2021-02-18 14:07:17 -0800
commit197d9227cb95ab2198f22b37e2cc7e4353d01033 (patch)
tree60ee20acecd434a6b70546270b384517a56753e0 /ci
parentf9562dd7687ebec448fb34a313d63617a96f2e0c (diff)
downloadrust-libc-197d9227cb95ab2198f22b37e2cc7e4353d01033.tar.gz
WASI: define `AT_FDCWD` and update to latest WASI libc
Update to the latest WASI libc, define `AT_FDCWD`, update the signature for __wasilibc_find_relpath, and add declarations for various `__wasilibc_` utility functions.
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/wasm32-wasi/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/docker/wasm32-wasi/Dockerfile b/ci/docker/wasm32-wasi/Dockerfile
index d5b504a371..497d253635 100644
--- a/ci/docker/wasm32-wasi/Dockerfile
+++ b/ci/docker/wasm32-wasi/Dockerfile
@@ -14,9 +14,9 @@ RUN apt-get update && \
# verification for now. The sysroot is currently in somewhat of a state of flux
# and is expected to have breaking changes, so this is an attempt to mitigate
# those breaking changes on `libc`'s own CI
-RUN git clone https://github.com/CraneStation/wasi-libc && \
+RUN git clone https://github.com/WebAssembly/wasi-libc && \
cd wasi-libc && \
- git reset --hard f645f498dfbbbc00a7a97874d33082d3605c3f21
+ git reset --hard f2e779e5f1ba4a539937cedeeaa762c1e0c162df
RUN apt-get install -y --no-install-recommends llvm
RUN make -C wasi-libc install -j $(nproc) INSTALL_DIR=/wasi-libc