From 15555e8f4ab0ee0a020ab8bd9e9ae56214ca00c1 Mon Sep 17 00:00:00 2001 From: disservin Date: Sun, 29 Jun 2025 12:33:20 +0200 Subject: [PATCH] Disable linux gcc riscv64 (#6145) Temporarily disable it, until we figure out the toolchain issues which are causing the crashes. closes https://github.com/official-stockfish/Stockfish/pull/6145 No functional change --- .github/workflows/tests.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b269bd74..95ca1209 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,14 +39,15 @@ jobs: comp: ndk run_armv7_tests: true shell: bash - - name: Linux GCC riscv64 - os: ubuntu-22.04 - compiler: g++ - comp: gcc - run_riscv64_tests: true - base_image: "riscv64/alpine:edge" - platform: linux/riscv64 - shell: bash + # Currently segfaults in the CI unrelated to a Stockfish change. + # - name: Linux GCC riscv64 + # os: ubuntu-22.04 + # compiler: g++ + # comp: gcc + # run_riscv64_tests: true + # base_image: "riscv64/alpine:edge" + # platform: linux/riscv64 + # shell: bash - name: Linux GCC ppc64 os: ubuntu-22.04 compiler: g++