|
88 | 88 | - uses: actions/cache@v4 |
89 | 89 | id: cache |
90 | 90 | with: |
91 | | - path: ./build/third_party/install |
| 91 | + path: ./cpp/build/third_party/install |
92 | 92 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
93 | 93 | - name: disable superbuild on cache hit |
94 | 94 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | - uses: actions/cache@v4 |
160 | 160 | id: cache |
161 | 161 | with: |
162 | | - path: ./build/debug/third_party/install |
| 162 | + path: ./cpp/build/debug/third_party/install |
163 | 163 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
164 | 164 | - name: disable superbuild on cache hit |
165 | 165 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | - uses: actions/cache@v4 |
197 | 197 | id: cache |
198 | 198 | with: |
199 | | - path: ./build/asan/third_party/install |
| 199 | + path: ./cpp/build/asan/third_party/install |
200 | 200 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
201 | 201 | - name: disable superbuild on cache hit |
202 | 202 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | - uses: actions/cache@v4 |
237 | 237 | id: cache |
238 | 238 | with: |
239 | | - path: ./build/tsan/third_party/install |
| 239 | + path: ./cpp/build/tsan/third_party/install |
240 | 240 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
241 | 241 | - name: disable superbuild on cache hit |
242 | 242 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -276,7 +276,7 @@ jobs: |
276 | 276 | - uses: actions/cache@v4 |
277 | 277 | id: cache |
278 | 278 | with: |
279 | | - path: ./build/ubsan/third_party/install |
| 279 | + path: ./cpp/build/ubsan/third_party/install |
280 | 280 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
281 | 281 | - name: disable superbuild on cache hit |
282 | 282 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -345,7 +345,7 @@ jobs: |
345 | 345 | - uses: actions/cache@v4 |
346 | 346 | id: cache |
347 | 347 | with: |
348 | | - path: ./build/release/third_party/install |
| 348 | + path: ./cpp/build/release/third_party/install |
349 | 349 | key: ${{ github.job }}-${{ matrix.ubuntu_version }}-${{ matrix.cc }}-${{ hashFiles('./third_party/**') }}-2 |
350 | 350 | - name: disable superbuild on cache hit |
351 | 351 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -407,7 +407,7 @@ jobs: |
407 | 407 | - uses: actions/cache@v4 |
408 | 408 | id: cache |
409 | 409 | with: |
410 | | - path: ./build/release/third_party/install |
| 410 | + path: ./cpp/build/release/third_party/install |
411 | 411 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
412 | 412 | - name: disable superbuild on cache hit |
413 | 413 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -460,7 +460,7 @@ jobs: |
460 | 460 | - uses: actions/cache@v4 |
461 | 461 | id: cache |
462 | 462 | with: |
463 | | - path: ./build/default/third_party/install |
| 463 | + path: ./cpp/build/default/third_party/install |
464 | 464 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
465 | 465 | - name: disable superbuild on cache hit |
466 | 466 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -628,7 +628,7 @@ jobs: |
628 | 628 | - uses: actions/cache@v4 |
629 | 629 | id: cache |
630 | 630 | with: |
631 | | - path: ./build/linux-${{ matrix.docker_name }}/third_party/install |
| 631 | + path: ./cpp/build/linux-${{ matrix.docker_name }}/third_party/install |
632 | 632 | key: ${{ github.job }}-linux-${{ matrix.docker_name }}-${{ hashFiles('./third_party/**') }}-2 |
633 | 633 | - name: disable superbuild on cache hit |
634 | 634 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -679,7 +679,7 @@ jobs: |
679 | 679 | - uses: actions/cache@v4 |
680 | 680 | id: cache |
681 | 681 | with: |
682 | | - path: ./build/release/third_party/install |
| 682 | + path: ./cpp/build/release/third_party/install |
683 | 683 | key: ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3 |
684 | 684 | - name: disable superbuild on cache hit |
685 | 685 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -729,7 +729,7 @@ jobs: |
729 | 729 | - uses: actions/cache@v4 |
730 | 730 | id: cache |
731 | 731 | with: |
732 | | - path: ./build/${{ matrix.arch_name }}/third_party/install |
| 732 | + path: ./cpp/build/${{ matrix.arch_name }}/third_party/install |
733 | 733 | key: ${{ github.job }}-${{ matrix.arch_name }}-${{ hashFiles('./third_party/**') }}-2 |
734 | 734 | - name: disable superbuild on cache hit |
735 | 735 | if: steps.cache.outputs.cache-hit == 'true' |
@@ -784,7 +784,7 @@ jobs: |
784 | 784 | - uses: actions/cache@v4 |
785 | 785 | id: cache |
786 | 786 | with: |
787 | | - path: ./build/${{ matrix.name }}/third_party/install |
| 787 | + path: ./cpp/build/${{ matrix.name }}/third_party/install |
788 | 788 | key: ${{ github.job }}-${{ matrix.name }}-${{ hashFiles('./third_party/**') }}-2 |
789 | 789 | - name: disable superbuild on cache hit |
790 | 790 | if: steps.cache.outputs.cache-hit == 'true' |
|
0 commit comments