Enable TINT_BUILD_SPV_READER on host platform webgpu builds #4953
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux | |
on: | |
push: | |
branches: | |
- main | |
- release | |
- rc/** | |
jobs: | |
build-linux: | |
name: build-linux | |
runs-on: ubuntu-22.04-16core | |
steps: | |
- uses: actions/[email protected] | |
- name: Run build script | |
run: | | |
cd build/linux && printf "y" | ./build.sh continuous | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: filament-linux | |
path: out/filament-release-linux.tgz |