On Mon, 27 Oct 2025 13:03, Alex Bennée <[email protected]> wrote: >We inadvertently updated the base libvirt-ci project which has >resulted in changes. Make sure the output matches what we generate. > >Fixes: 0d4fb8f746d (configure: set the bindgen cross target) >Signed-off-by: Alex Bennée <[email protected]> >---
Reviewed-by: Manos Pitsidianakis <[email protected]> > scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml | 4 ++-- > scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml >b/scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml >index ce632d97108..70063db198e 100644 >--- a/scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml >+++ b/scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml >@@ -26,7 +26,7 @@ packages: > - git > - hostname > - libaio-dev >- - libasan6 >+ - libasan8 > - libasound2-dev > - libattr1-dev > - libbpf-dev >@@ -37,7 +37,7 @@ packages: > - libcap-ng-dev > - libcapstone-dev > - libcbor-dev >- - libclang-dev >+ - libclang-rt-dev > - libcmocka-dev > - libcurl4-gnutls-dev > - libdaxctl-dev >diff --git a/scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml >b/scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml >index f45f75c9602..4f1a49be34a 100644 >--- a/scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml >+++ b/scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml >@@ -26,7 +26,7 @@ packages: > - git > - hostname > - libaio-dev >- - libasan6 >+ - libasan8 > - libasound2-dev > - libattr1-dev > - libbpf-dev >@@ -37,7 +37,7 @@ packages: > - libcap-ng-dev > - libcapstone-dev > - libcbor-dev >- - libclang-dev >+ - libclang-rt-dev > - libcmocka-dev > - libcurl4-gnutls-dev > - libdaxctl-dev >-- >2.47.3 > >
