|
@@ -106,7 +106,7 @@ jobs:
|
|
|
# it is hard to use `format` to assemble the cache key
|
|
# it is hard to use `format` to assemble the cache key
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -277,7 +277,7 @@ jobs:
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
if: endsWith(matrix.make_options_run_mode, '_JIT_BUILD_OPTIONS')
|
|
if: endsWith(matrix.make_options_run_mode, '_JIT_BUILD_OPTIONS')
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -326,7 +326,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -383,7 +383,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -449,7 +449,7 @@ jobs:
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
if: (!endsWith(matrix.make_options, '_INTERP_BUILD_OPTIONS'))
|
|
if: (!endsWith(matrix.make_options, '_INTERP_BUILD_OPTIONS'))
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -505,7 +505,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|
|
@@ -701,7 +701,7 @@ jobs:
|
|
|
- name: Get LLVM libraries
|
|
- name: Get LLVM libraries
|
|
|
if: env.USE_LLVM == 'true'
|
|
if: env.USE_LLVM == 'true'
|
|
|
id: retrieve_llvm_libs
|
|
id: retrieve_llvm_libs
|
|
|
- uses: actions/cache@v4
|
|
|
|
|
|
|
+ uses: actions/cache@v5
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
./core/deps/llvm/build/bin
|
|
./core/deps/llvm/build/bin
|