Skip to content

Commit

Permalink
Enabled for all platforms and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwak-work committed Sep 26, 2024
1 parent 82c9fd8 commit 08942e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
config: ${{matrix.config}}
build-llvm: true
- name: Build Slang for Wasm
if: matrix.full-gpu-tests == 'windows' && ${{ matrix.config }} == 'release'
run: |
git clone https://github.com/emscripten-core/emsdk.git
pushd emsdk
Expand All @@ -109,9 +108,6 @@ jobs:
emcmake cmake -DSLANG_GENERATORS_PATH=generators/bin --preset emscripten -G "Ninja"
cmake --build --preset emscripten --target slang
[ -f "build.em/Release/lib/libslang.a" ]
# Once the build is finished without errors, delete them, because
# we don't have any runtime tests for it yet.
rm -fr generators build.em
- name: Build Slang
run: |
if [[ "${{ matrix.os }}" =~ "windows" && "${{ matrix.config }}" != "release" ]]; then
Expand Down

0 comments on commit 08942e9

Please sign in to comment.