]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
automation: Pin down CONFIG_QEMU_PLATFORM for RISC-V's randconfig job
authorOleksii Kurochko <oleksii.kurochko@gmail.com>
Thu, 19 Dec 2024 11:18:31 +0000 (12:18 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 19 Dec 2024 17:33:54 +0000 (17:33 +0000)
Except setting CONFIG_QEMU_PLATFORM=y in tiny64_defconfig,
CONFIG_QEMU_PLATFORM should be fixed for RISC-V's randconfig job.
Otherwise, an expected compilation error for RISC-V's randconfig job
will occur since clean_and_invalidate_dcache_va_range() and
clean_dcache_va_range() are currently implemented only for the QEMU
platform.

Additionally, sort the EXTRA_FIXED_RANDCONFIG list alphabetically.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Fixes: f92e2709bd ("xen/riscv: implement data and instruction cache operations")
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/gitlab-ci/build.yaml

index 1ca676422598bd31134d9ac69599aef48a65cb17..1b884cc81cdb53ba06ad6e2332c15fc76e4d6e33 100644 (file)
@@ -732,9 +732,10 @@ debian-12-riscv64-gcc:
       CONFIG_COVERAGE=n
       CONFIG_EXPERT=y
       CONFIG_GRANT_TABLE=n
+      CONFIG_LIVEPATCH=n
       CONFIG_MEM_ACCESS=n
       CONFIG_PERF_COUNTERS=n
-      CONFIG_LIVEPATCH=n
+      CONFIG_QEMU_PLATFORM=y
       CONFIG_XSM=n
 
 debian-12-riscv64-gcc-randconfig: