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
@@ -103,7 +103,7 @@ jobs:
uses: actions/cache@v3
id: cache-wasi-libc
with:
key: wasi-libc-sysroot-linux-alpine-v1
key: wasi-libc-sysroot-linux-alpine-v2
path: lib/wasi-libc/sysroot
- name: Build wasi-libc
if: steps.cache-wasi-libc.outputs.cache-hit != 'true'
@@ -250,7 +250,7 @@ jobs:
uses: actions/cache@v3
id: cache-wasi-libc
with:
key: wasi-libc-sysroot-linux-asserts-v5
key: wasi-libc-sysroot-linux-asserts-v6
path: lib/wasi-libc/sysroot
- name: Build wasi-libc
if: steps.cache-wasi-libc.outputs.cache-hit != 'true'