]> 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-git@circlestorm.org>
Sat, 26 Jul 2025 18:37:25 +0000 (20:37 +0200)
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 99adb45f3393c59602a4b7ce999369b681dbeceb..9623e4f99d96e3f3711f2e34db55372665b969a6 100644 (file)
@@ -473,11 +473,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
@@ -652,14 +647,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: |