mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
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
This commit is contained in:
17
.github/workflows/tests.yml
vendored
17
.github/workflows/tests.yml
vendored
@@ -39,14 +39,15 @@ jobs:
|
|||||||
comp: ndk
|
comp: ndk
|
||||||
run_armv7_tests: true
|
run_armv7_tests: true
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Linux GCC riscv64
|
# Currently segfaults in the CI unrelated to a Stockfish change.
|
||||||
os: ubuntu-22.04
|
# - name: Linux GCC riscv64
|
||||||
compiler: g++
|
# os: ubuntu-22.04
|
||||||
comp: gcc
|
# compiler: g++
|
||||||
run_riscv64_tests: true
|
# comp: gcc
|
||||||
base_image: "riscv64/alpine:edge"
|
# run_riscv64_tests: true
|
||||||
platform: linux/riscv64
|
# base_image: "riscv64/alpine:edge"
|
||||||
shell: bash
|
# platform: linux/riscv64
|
||||||
|
# shell: bash
|
||||||
- name: Linux GCC ppc64
|
- name: Linux GCC ppc64
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
compiler: g++
|
compiler: g++
|
||||||
|
|||||||
Reference in New Issue
Block a user