diff options
author | Ayke van Laethem <[email protected]> | 2020-08-24 13:37:29 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-08-25 18:42:42 +0200 |
commit | 63005622aea400d7ec503e2cf446f221df3b7e15 (patch) | |
tree | 7bea071efa3070ab70d27595aba7438eaad85825 /azure-pipelines.yml | |
parent | 510f145a3a837c155ec3693513898c82aa8615dd (diff) | |
download | tinygo-63005622aea400d7ec503e2cf446f221df3b7e15.tar.gz tinygo-63005622aea400d7ec503e2cf446f221df3b7e15.zip |
wasm: update wasi-libc dependency
Several updates are necessary for LLVM 11 support, so simply update to
the latest commit.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec08d12b7..adf44f735 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ jobs: - task: CacheBeta@0 displayName: Cache wasi-libc sysroot inputs: - key: wasi-libc-sysroot-v2 + key: wasi-libc-sysroot-v3 path: lib/wasi-libc/sysroot - task: Bash@3 displayName: Build wasi-libc |