Skip to content

Commit 2a15bda

Browse files
committed
Auto merge of #112969 - CryZe:patch-7, r=Mark-Simulacrum
Update wasi-libc This updates wasi-libc to the latest master. Resolves #112749
2 parents 36fb58e + 471cd78 commit 2a15bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bin="$PWD/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04/bin"
1010
git clone https://github.com/WebAssembly/wasi-libc
1111

1212
cd wasi-libc
13-
git reset --hard 4362b1885fd369e042a7c0ecd8df3b6cd47fb4e8
13+
git reset --hard 7018e24d8fe248596819d2e884761676f3542a04
1414
make -j$(nproc) \
1515
CC="$bin/clang" \
1616
NM="$bin/llvm-nm" \

0 commit comments

Comments
 (0)