summaryrefslogtreecommitdiff
path: root/.gitlab-ci/build
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2022-11-15 11:59:54 +0100
committerMarge Bot <emma+marge@anholt.net>2022-11-16 10:40:34 +0000
commitb9be2773a1b9de8b2ded56f51b0cb759d7ced666 (patch)
tree20353b3d6c7c1d922001a686b9164e74fe6c53e0 /.gitlab-ci/build
parent2b724c0135844d89f6e0cd61eac13dcbdb11950c (diff)
downloadmesa-b9be2773a1b9de8b2ded56f51b0cb759d7ced666.tar.gz
ci: Drop a couple of -Werror exceptions from fedora-release job
No corresponding warnings left. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19744>
Diffstat (limited to '.gitlab-ci/build')
-rw-r--r--.gitlab-ci/build/gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index c7a9362972d..f9be3f18734 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -271,9 +271,6 @@ fedora-release:
C_ARGS: >
-Wno-error=array-bounds
-Wno-error=stringop-overread
- -Wno-error=uninitialized
- CPP_ARGS: >
- -Wno-error=array-bounds
DRI_LOADERS: >
-D glx=dri
-D gbm=enabled