From: Icenowy Zheng Date: Tue, 25 Mar 2025 08:23:31 +0000 (+0800) Subject: ci: drop RISC-V Clang test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a155cf33200c178659988f6ac2b8366f9f228d;p=thirdparty%2Fzlib-ng.git ci: drop RISC-V Clang test The SiFive GitHub organization now deploys an IP allowlist which blocked GitHub Actions, which makes this test always fail. In addition, this is a quite different test than other non-x86 tests. Drop it now. Signed-off-by: Icenowy Zheng --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b662f393..f8e99321 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -480,11 +480,6 @@ jobs: # https://github.com/llvm/llvm-project/issues/55785 msan-options: use_sigaltstack=0 - - name: Ubuntu Clang RISC-V - os: ubuntu-latest - cmake-args: -GNinja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain-riscv.cmake -DTOOLCHAIN_PATH=${PWD}/prebuilt-riscv-toolchain-qemu/riscv-clang -DQEMU_PATH=${PWD}/prebuilt-riscv-toolchain-qemu/riscv-qemu/bin/qemu-riscv64 - packages: build-essential cmake ninja-build - - name: Ubuntu Emscripten WASM32 os: ubuntu-latest chost: wasm32 @@ -659,14 +654,6 @@ jobs: sudo apt-get update sudo apt-get install -y --allow-downgrades --no-install-recommends ${{ matrix.packages }} - - name: Download prebuilt RISC-V Clang toolchain & QEMU emulator - if: runner.os == 'Linux' && contains(matrix.name, 'RISC-V') - run: | - gh release download ubuntu20.04_llvm16.0.0_qemu7.0.0 --repo sifive/prepare-riscv-toolchain-qemu - tar zxvf prebuilt-riscv-toolchain-qemu.tar.gz - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Install packages (Windows) if: runner.os == 'Windows' run: |