ci: Upgrade fedora-release job to Fedora 38
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 14 Mar 2023 08:50:34 +0000 (09:50 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 1 May 2023 14:15:15 +0000 (14:15 +0000)
Need to add -Wno-error=dangling-reference -Wno-error=overloaded-virtual
for C++ for now.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22718>

.gitlab-ci/build/gitlab-ci.yml
.gitlab-ci/container/gitlab-ci.yml
.gitlab-ci/image-tags.yml

index ff80d61..d69ab9a 100644 (file)
@@ -284,6 +284,9 @@ fedora-release:
     C_LINK_ARGS: >
       -Wno-error=stringop-overflow
       -Wno-error=stringop-overread
+    CPP_ARGS: >
+      -Wno-error=dangling-reference
+      -Wno-error=overloaded-virtual
     CPP_LINK_ARGS: >
       -Wno-error=stringop-overflow
       -Wno-error=stringop-overread
index 0b316fd..a1ab5a3 100644 (file)
@@ -292,13 +292,13 @@ alpine/x86_build:
   needs:
     - alpine/x86_build
 
-# Fedora 36 based x86 build image
+# Fedora based x86 build image
 fedora/x86_build:
   extends:
     - .fdo.container-build@fedora
     - .container
   variables:
-    FDO_DISTRIBUTION_VERSION: 36
+    FDO_DISTRIBUTION_VERSION: 38
     MESA_IMAGE_TAG: &fedora-x86_build ${FEDORA_X86_BUILD_TAG}
 
 .use-fedora/x86_build:
index a8de07b..38f060b 100644 (file)
@@ -20,7 +20,7 @@ variables:
    DEBIAN_X86_TEST_VK_TAG: "2023-04-24-deqp"
 
    ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump"
-   FEDORA_X86_BUILD_TAG: "2023-03-13-procps-ng"
+   FEDORA_X86_BUILD_TAG: "2023-04-26-f38"
    KERNEL_ROOTFS_TAG: "2023-04-26-skqp-12.1-r5"
 
    WINDOWS_X64_VS_PATH: "windows/x64_vs"