ci: remove SPIRV-Tools workaround
This commit is contained in:
parent
ee24e2a743
commit
62f55854aa
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -264,8 +264,6 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
source ${{ env.EM_CACHE_FOLDER }}/emsdk_env.sh
|
||||
# TODO: SPIRV-Tools has a race condition where it sometimes fails, fix that
|
||||
meson compile tar -C build/ --verbose || true
|
||||
meson compile tar -C build/ --verbose
|
||||
|
||||
- name: Upload Log
|
||||
|
@ -372,8 +370,6 @@ jobs:
|
|||
run: |
|
||||
# this build is allowed to fail
|
||||
source ${{ env.EM_CACHE_FOLDER }}/emsdk_env.sh
|
||||
# TODO: SPIRV-Tools has a race condition where it sometimes fails, fix that
|
||||
meson compile tar -C build/ --verbose || true
|
||||
meson compile tar -C build/ --verbose
|
||||
|
||||
- name: Upload Log
|
||||
|
|
Loading…
Reference in a new issue