On 5/7/24 12:20, Daniel P. Berrangé wrote:
On Mon, May 06, 2024 at 10:43:09AM +0200, Michal Privoznik wrote:
> Ubuntu 24.04 was released recently. Add it to our CI.
>
> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
> ---
> ci/buildenv/centos-stream-9.sh | 1 +
> ci/buildenv/debian-12-cross-aarch64.sh | 1 +
> ci/buildenv/debian-12-cross-armv6l.sh | 1 +
> ci/buildenv/debian-12-cross-armv7l.sh | 1 +
> ci/buildenv/debian-12-cross-i686.sh | 1 +
> ci/buildenv/debian-12-cross-mips64el.sh | 1 +
> ci/buildenv/debian-12-cross-mipsel.sh | 1 +
> ci/buildenv/debian-12-cross-ppc64le.sh | 1 +
> ci/buildenv/debian-12-cross-s390x.sh | 1 +
> ci/buildenv/debian-12.sh | 1 +
> ci/buildenv/debian-sid-cross-aarch64.sh | 1 +
> ci/buildenv/debian-sid-cross-armv6l.sh | 1 +
> ci/buildenv/debian-sid-cross-armv7l.sh | 1 +
> ci/buildenv/debian-sid-cross-i686.sh | 1 +
> ci/buildenv/debian-sid-cross-mips64el.sh | 1 +
> ci/buildenv/debian-sid-cross-ppc64le.sh | 1 +
> ci/buildenv/debian-sid-cross-s390x.sh | 1 +
> ci/buildenv/debian-sid.sh | 1 +
> ci/buildenv/fedora-39.sh | 1 +
> ci/buildenv/fedora-40-cross-mingw32.sh | 1 +
> ci/buildenv/fedora-40-cross-mingw64.sh | 1 +
> ci/buildenv/fedora-40.sh | 1 +
> ci/buildenv/fedora-rawhide-cross-mingw32.sh | 1 +
> ci/buildenv/fedora-rawhide-cross-mingw64.sh | 1 +
> ci/buildenv/fedora-rawhide.sh | 1 +
> ci/buildenv/ubuntu-2404.sh | 101 +++++++++++++++++
> ci/containers/centos-stream-9.Dockerfile | 1 +
> .../debian-12-cross-aarch64.Dockerfile | 1 +
> .../debian-12-cross-armv6l.Dockerfile | 1 +
> .../debian-12-cross-armv7l.Dockerfile | 1 +
> ci/containers/debian-12-cross-i686.Dockerfile | 1 +
> .../debian-12-cross-mips64el.Dockerfile | 1 +
> .../debian-12-cross-mipsel.Dockerfile | 1 +
> .../debian-12-cross-ppc64le.Dockerfile | 1 +
> .../debian-12-cross-s390x.Dockerfile | 1 +
> ci/containers/debian-12.Dockerfile | 1 +
> .../debian-sid-cross-aarch64.Dockerfile | 1 +
> .../debian-sid-cross-armv6l.Dockerfile | 1 +
> .../debian-sid-cross-armv7l.Dockerfile | 1 +
> .../debian-sid-cross-i686.Dockerfile | 1 +
> .../debian-sid-cross-mips64el.Dockerfile | 1 +
> .../debian-sid-cross-ppc64le.Dockerfile | 1 +
> .../debian-sid-cross-s390x.Dockerfile | 1 +
> ci/containers/debian-sid.Dockerfile | 1 +
> ci/containers/fedora-39.Dockerfile | 1 +
> .../fedora-40-cross-mingw32.Dockerfile | 1 +
> .../fedora-40-cross-mingw64.Dockerfile | 1 +
> ci/containers/fedora-40.Dockerfile | 1 +
> .../fedora-rawhide-cross-mingw32.Dockerfile | 1 +
> .../fedora-rawhide-cross-mingw64.Dockerfile | 1 +
> ci/containers/fedora-rawhide.Dockerfile | 1 +
> ci/containers/ubuntu-2404.Dockerfile | 104 ++++++++++++++++++
> ci/gitlab/builds.yml | 21 +++-
> ci/gitlab/containers.yml | 7 ++
> ci/lcitool/projects/libvirt.yml | 1 +
> ci/manifest.yml | 4 +
> 56 files changed, 283 insertions(+), 5 deletions(-)
> create mode 100644 ci/buildenv/ubuntu-2404.sh
> create mode 100644 ci/containers/ubuntu-2404.Dockerfile
Something went wrong here, picking up many non-Ubuntu changes.
That's because I need to install clang's runtime. But let me see if I
can split this change.
Michal