未验证 提交 3c6f6e4b 编写于 作者: N nihui 提交者: GitHub

update swiftshader (#4650)

上级 544adbb0
......@@ -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
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册