CI: Update SwiftShader to 2021-10-02 build
No specific reason that I know of aside from it being available in our prebuilt CI dependencies.
This commit is contained in:
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
@ -127,8 +127,8 @@ jobs:
|
|||||||
- name: Download SwiftShader
|
- name: Download SwiftShader
|
||||||
if: ${{ matrix.tests }}
|
if: ${{ matrix.tests }}
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/godotengine/regression-test-project/releases/download/_ci-deps/swiftshader-ubuntu20.04-20210728.zip
|
wget https://github.com/godotengine/regression-test-project/releases/download/_ci-deps/swiftshader-ubuntu20.04-20211002.zip
|
||||||
unzip swiftshader-ubuntu20.04-20210728.zip
|
unzip swiftshader-ubuntu20.04-20211002.zip
|
||||||
curr="$(pwd)/libvk_swiftshader.so"
|
curr="$(pwd)/libvk_swiftshader.so"
|
||||||
sed -i "s|PATH_TO_CHANGE|$curr|" vk_swiftshader_icd.json
|
sed -i "s|PATH_TO_CHANGE|$curr|" vk_swiftshader_icd.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user