File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ commands:
6060 steps :
6161 - restore_cache :
6262 keys :
63- - wasi-libc-sysroot-v2
63+ - wasi-libc-sysroot-v3
6464 - run :
6565 name : " Build wasi-libc"
6666 command : make wasi-libc
6767 - save_cache :
68- key : wasi-libc-sysroot-v2
68+ key : wasi-libc-sysroot-v3
6969 paths :
7070 - lib/wasi-libc/sysroot
7171 test-linux :
@@ -87,10 +87,10 @@ commands:
8787 - run : go install -tags=llvm<<parameters.llvm>> .
8888 - restore_cache :
8989 keys :
90- - wasi-libc-sysroot-systemclang-v1
90+ - wasi-libc-sysroot-systemclang-v2
9191 - run : make wasi-libc
9292 - save_cache :
93- key : wasi-libc-sysroot-systemclang-v1
93+ key : wasi-libc-sysroot-systemclang-v2
9494 paths :
9595 - lib/wasi-libc/sysroot
9696 - run : go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./interp ./transform .
@@ -283,12 +283,12 @@ commands:
283283 llvm-build
284284 - restore_cache :
285285 keys :
286- - wasi-libc-sysroot-macos-v1
286+ - wasi-libc-sysroot-macos-v2
287287 - run :
288288 name : " Build wasi-libc"
289289 command : make wasi-libc
290290 - save_cache :
291- key : wasi-libc-sysroot-macos-v1
291+ key : wasi-libc-sysroot-macos-v2
292292 paths :
293293 - lib/wasi-libc/sysroot
294294 - run :
Original file line number Diff line number Diff line change 4747 - task : CacheBeta@0
4848 displayName : Cache wasi-libc sysroot
4949 inputs :
50- key : wasi-libc-sysroot-v2
50+ key : wasi-libc-sysroot-v3
5151 path : lib/wasi-libc/sysroot
5252 - task : Bash@3
5353 displayName : Build wasi-libc
You can’t perform that action at this time.
0 commit comments