Message ID | 20240612052322.218726-15-npiggin@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | powerpc improvements | expand |
On 12/06/2024 07.23, Nicholas Piggin wrote: > QEMU has fixed a number of powerpc test fails in Fedora 40, so upgrade > to that image. > > Other architectures seem to be okay with Fedora 40 except for x86-64, > which fails some xsave and realmode tests, so only change powerpc to > start with. > > Signed-off-by: Nicholas Piggin <npiggin@gmail.com> > --- > .gitlab-ci.yml | 2 ++ > 1 file changed, 2 insertions(+) FYI, I've pushed now the generic patch to bump all jobs to F40, so I think you can drop this one here from your queue now. Thomas
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5fc0cb7d..ffb3767ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,7 @@ build-arm: build-ppc64be: extends: .outoftree_template + image: fedora:40 script: - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu - mkdir build @@ -107,6 +108,7 @@ build-ppc64be: build-ppc64le: extends: .intree_template + image: fedora:40 script: - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu nmap-ncat - ./configure --arch=ppc64 --endian=little --cross-prefix=powerpc64-linux-gnu-
QEMU has fixed a number of powerpc test fails in Fedora 40, so upgrade to that image. Other architectures seem to be okay with Fedora 40 except for x86-64, which fails some xsave and realmode tests, so only change powerpc to start with. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+)