CI: Use shortform QEMU_CPU for loongarch64

Since qemu commit 979bf44af8483cedc00c63b3e79407de08e75a30 the cpu
argument accepts just 'max' as a shorthand.
This commit is contained in:
Matthias Dressel
2026-03-17 22:00:03 +01:00
parent bfbd7d4677
commit d69235dd80
+2 -2
View File
@@ -449,7 +449,7 @@ build-debian-riscv64:
build-debian-loongarch64:
extends: .debian-amd64-common
variables:
QEMU_CPU: max-loongarch-cpu
QEMU_CPU: max
script:
- meson setup build --buildtype release
-Dtrim_dsp=false
@@ -799,7 +799,7 @@ test-debian-loongarch64:
- .test-common
needs: ["build-debian-loongarch64"]
variables:
QEMU_CPU: max-loongarch-cpu
QEMU_CPU: max
script:
- meson setup build --buildtype release
-Dtestdata_tests=true