From c75b9cb57d8943a12dbd5399b1ace5c27c6a6c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 16 Feb 2024 23:21:40 -0800 Subject: [PATCH] Removed broken wasm from CI. --- .github/workflows/main.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c55b2755..e2b16a3b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,42 +134,6 @@ jobs: ".build/linux64_gcc/bin/geometryc${{ matrix.binsuffix}}" --version ".build/linux64_gcc/bin/shaderc${{ matrix.binsuffix}}" --version ".build/linux64_gcc/bin/texturec${{ matrix.binsuffix}}" --version - wasm: - strategy: - fail-fast: true - matrix: - config: [ debug, release] - name: wasm-${{ matrix.config }} - runs-on: ubuntu-22.04 - steps: - - name: Checkout bgfx - uses: actions/checkout@v3 - with: - path: bgfx - - name: Checkout bx - uses: actions/checkout@v3 - with: - repository: bkaradzic/bx - path: bx - - name: Checkout bimg - uses: actions/checkout@v3 - with: - repository: bkaradzic/bimg - path: bimg - - name: Prepare - run: | - docker pull emscripten/emsdk - docker run --rm emscripten/emsdk which emcc em++ emar - cd bgfx - EMSCRIPTEN=/emsdk/upstream/emscripten ../bx/tools/bin/linux/genie --with-examples --gcc=wasm gmake - - name: Build - run: > - docker run --rm -u $(id -u):$(id -g) -v $(pwd):/bgfx emscripten/emsdk - make -C /bgfx/bgfx wasm-${{ matrix.config }} -j$(nproc) EMSCRIPTEN=/emsdk/upstream/emscripten - - name: Check - run: | - cd bgfx - ls -lash ".build/wasm/bin" osx: strategy: fail-fast: true