]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
ci: drop RISC-V Clang test
authorIcenowy Zheng <uwu@icenowy.me>
Tue, 25 Mar 2025 08:23:31 +0000 (16:23 +0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 27 Mar 2025 17:16:33 +0000 (18:16 +0100)
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 <uwu@icenowy.me>
.github/workflows/cmake.yml

index b662f3932ec2266e8896cfe4c3501df43689dc80..f8e9932154b936fa3f4229701e42c25fb2404be8 100644 (file)
@@ -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: |