Bump wasi-libc to SDK 20

The version 17 SDK adds `getpagesize`, so use it instead of hardcoding a
number (even if their implementation is _also_ a hardcoded number.)
This commit is contained in:
Elliott Sales de Andrade
2023-09-23 04:02:54 -04:00
committed by Ron Evans
parent 1a59aecb63
commit ce25f00769
6 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -75,10 +75,10 @@ commands:
- run: go install -tags=llvm<<parameters.llvm>> .
- restore_cache:
keys:
- wasi-libc-sysroot-systemclang-v6
- wasi-libc-sysroot-systemclang-v7
- run: make wasi-libc
- save_cache:
key: wasi-libc-sysroot-systemclang-v6
key: wasi-libc-sysroot-systemclang-v7
paths:
- lib/wasi-libc/sysroot
- when: