aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-03-11 00:31:16 +0000
committerPeter Wu <peter@lekensteyn.nl>2020-03-11 22:16:49 +0000
commit0ec5ca3ecf683073c1fd841f7a91d34f8260252c (patch)
tree6ef03f9fcdaba128dc44b0607bfb5cf1060d5293 /.gitlab-ci.yml
parent1461e5e0ef43ab02d03179c1ec30fa1c87e3a776 (diff)
gitlab-ci: remove GCC-5
As previously in commit 6bb691189c ("gitlab-ci: remove unnecessary jobs, upgrade versions"), GCC 5 support would only catch two issues. From the respective commits: epan/dissectors/packet-synphasor.c:782:7: error: ‘ai’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ui/qt/wireless_frame.h:63:25: error: in-class initialization of non-static data member is a C++11 extension [-Werror,-Wc++11-extensions] These are normally just false positive warnings in old compilers, fixed in newer GCC. It fails only because it was built from git master as opposed to a release branch where -Werror is disabled by default. Save some resources, and remove GCC 5. The CentOS-7 job still tests the old GCC 4.8.5 compiler. Newer GCC versions are handled by other jobs. Change-Id: I9f49d59e6476ea8bcd9e135dba1c94b37a2f047f Reviewed-on: https://code.wireshark.org/review/36366 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0505dbc56e..4ab8500b6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,13 +35,6 @@
- build/packaging/rpm/RPMS
expire_in: 3 days
-# GCC 5 is the default compiler in Ubuntu 16.04, EOL in April 2024.
-gcc-5:
- <<: *build-ubuntu
- variables:
- CC: gcc-5
- CXX: g++-5
-
# Rely on fedora:latest and debian-stable jobs for testing a recent GCC version.
# Since this broke sporadically in the past, test lack of capture support.
gcc-8-nopcap: