diff --git a/.ci/test-coverage.yml b/.ci/test-coverage.yml index 90291a4e6c44a712203a4ee5dfcebf555afb0cd9..7350c7c68955ce5153c658f2a4cad8fdd14efc0c 100644 --- a/.ci/test-coverage.yml +++ b/.ci/test-coverage.yml @@ -52,14 +52,14 @@ jobs: uses: cache@1.* with: cachePaths: swiftshader-install - cacheKey: swiftshader-linux-install-20221026 + cacheKey: swiftshader-linux-install-20230420 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cacheHit != 'true' checkout: https://github.com/google/swiftshader.git with: pullType: COMMIT_ID - refName: 04d007924c2d33ea1ac4be78ae423507a0b08b61 + refName: dd55e592406dc0bae219df11adec6363840aff4a localPath: swiftshader enableSubmodule: false enableGitLfs: false diff --git a/.github/workflows/linux-x64-gpu-clang-python.yml b/.github/workflows/linux-x64-gpu-clang-python.yml index c443d26e0c3f6097060015ee0cf7262d34096fb2..710fa101119a76dc8c23762f27bb5c859c515719 100644 --- a/.github/workflows/linux-x64-gpu-clang-python.yml +++ b/.github/workflows/linux-x64-gpu-clang-python.yml @@ -56,14 +56,14 @@ jobs: uses: actions/cache@v3 with: path: swiftshader-install - key: swiftshader-linux-install-20220211 + key: swiftshader-linux-install-20230420 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v3 with: repository: google/swiftshader path: swiftshader - ref: 0863290dc7f6cc1649bab1858790e812b8aef02a + ref: dd55e592406dc0bae219df11adec6363840aff4a - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/linux-x64-gpu-clang.yml b/.github/workflows/linux-x64-gpu-clang.yml index 92e3318e05956eb13002474267fab0525814ca6f..14671e4337f66c8b5635d491310bbd7e731b6c0f 100644 --- a/.github/workflows/linux-x64-gpu-clang.yml +++ b/.github/workflows/linux-x64-gpu-clang.yml @@ -46,14 +46,14 @@ jobs: uses: actions/cache@v3 with: path: swiftshader-install - key: swiftshader-linux-install-20220211 + key: swiftshader-linux-install-20230420 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v3 with: repository: google/swiftshader path: swiftshader - ref: 0863290dc7f6cc1649bab1858790e812b8aef02a + ref: dd55e592406dc0bae219df11adec6363840aff4a - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/linux-x64-gpu-gcc.yml b/.github/workflows/linux-x64-gpu-gcc.yml index 29a47d37d9bd42056d5a435a0ffdb8b0bfdb8fbd..f9d0cdc9a88bf0d533db2cbef18509a89157e377 100644 --- a/.github/workflows/linux-x64-gpu-gcc.yml +++ b/.github/workflows/linux-x64-gpu-gcc.yml @@ -46,14 +46,14 @@ jobs: uses: actions/cache@v3 with: path: swiftshader-install - key: swiftshader-linux-install-20220211 + key: swiftshader-linux-install-20230420 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v3 with: repository: google/swiftshader path: swiftshader - ref: 0863290dc7f6cc1649bab1858790e812b8aef02a + ref: dd55e592406dc0bae219df11adec6363840aff4a - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/macos-x64-gpu.yml b/.github/workflows/macos-x64-gpu.yml index 0b2fcde3eea21e2f281aa6838ba378834756fe4b..861c71e82d4f846d3bccc33f6f53342f28a345c2 100644 --- a/.github/workflows/macos-x64-gpu.yml +++ b/.github/workflows/macos-x64-gpu.yml @@ -81,14 +81,14 @@ jobs: uses: actions/cache@v3 with: path: swiftshader-install - key: swiftshader-macos-install-20220211 + key: swiftshader-macos-install-20230420 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v3 with: repository: google/swiftshader path: swiftshader - ref: 0863290dc7f6cc1649bab1858790e812b8aef02a + ref: dd55e592406dc0bae219df11adec6363840aff4a - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/windows-x64-gpu.yml b/.github/workflows/windows-x64-gpu.yml index 473acd1717b30e8271970ce432bb376e7fa053ef..118e408498c57615a3944fa696c4c89e3b032aea 100644 --- a/.github/workflows/windows-x64-gpu.yml +++ b/.github/workflows/windows-x64-gpu.yml @@ -88,14 +88,14 @@ jobs: uses: actions/cache@v3 with: path: swiftshader-install - key: swiftshader-${{ matrix.vs-version }}-x64-install-20220211 + key: swiftshader-${{ matrix.vs-version }}-x64-install-20230420 - name: checkout-swiftshader if: matrix.vs-version != 'vs2015' && steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v3 with: repository: google/swiftshader path: swiftshader - ref: 0863290dc7f6cc1649bab1858790e812b8aef02a + ref: dd55e592406dc0bae219df11adec6363840aff4a - name: checkout-swiftshader-submodules if: matrix.vs-version != 'vs2015' && steps.cache-swiftshader.outputs.cache-hit != 'true' run: |