This was recently identified as a hole in testing. Signed-off-by: Andrew Cooper <[email protected]> --- CC: Roger Pau Monné <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Anthony PERARD <[email protected]> CC: Oleksii Kurochko <[email protected]>
https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/8820980201 --- automation/gitlab-ci/build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 3abd2a0c6575..cb84f379b754 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -551,6 +551,12 @@ debian-12-x86_64-clang: variables: CONTAINER: debian:12-x86_64 +debian-12-x86_64-clang-randconfig: + extends: .clang-x86-64-build + variables: + CONTAINER: debian:12-x86_64 + RANDCONFIG: y + debian-12-x86_64-gcc: extends: .gcc-x86-64-build variables: -- 2.39.5
