ci: remove SPIRV-Tools workaround

This commit is contained in:
Andrei Alexeyev 2021-06-16 18:30:17 +03:00
parent ee24e2a743
commit 62f55854aa
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -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