mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-06-11 04:03:05 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user