Skip to content

Commit 0601280

Browse files
[ci] Frail attempt to fix riscv qemu run
1 parent 3ad9c43 commit 0601280

2 files changed

Lines changed: 1 addition & 93 deletions

File tree

.github/workflows/cross-rvv-arch.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/cross-rvv.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# RISC-V RVV cross-compilation build (Ubuntu apt qemu, multi-compiler matrix).
22
#
3-
# vlen=128 is intentionally NOT covered here. Ubuntu's qemu-user-static
4-
# (8.2.x in noble, 9.x in plucky) hangs on the xsimd test_xsimd binary at
5-
# vlen=128 — see QEMU issue #2137 (RVV TCG slowdowns) for the underlying
6-
# emulator behaviour. Until ubuntu-latest ships qemu 11+, vlen=128 coverage
7-
# lives in cross-rvv-arch.yml, which runs inside an archlinux:latest
8-
# container with qemu 11. Vlens >= 256 run fast enough under the apt qemu
9-
# to stay within the test step's timeout.
10-
#
113
# References:
124
# QEMU 11.0.0 release notes: https://www.qemu.org/2026/04/22/qemu-11-0-0/
135
# QEMU RVV slowdowns issue: https://gitlab.com/qemu-project/qemu/-/issues/2137
@@ -29,6 +21,7 @@ jobs:
2921
- { compiler: 'clang', version: '17', gcc_runtime: '14'}
3022
- { compiler: 'clang', version: '18', gcc_runtime: '14'}
3123
vector_bits:
24+
- 128
3225
- 256
3326
- 512
3427
steps:

0 commit comments

Comments
 (0)