aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-03-29 22:09:29 +0200
committerPeter Wu <peter@lekensteyn.nl>2020-03-29 20:36:32 +0000
commit77b0dc69310234bbbf2df3e920c0afccd79c731d (patch)
treecac0628a4a6f7f9e2fdb8f9848ff8232029a64b2 /.gitlab-ci.yml
parentea2ca383a95e3dbc8bcf8d87221fca400699b901 (diff)
gitlab/travis: remove nopcap tests.
Lack of capture support is such a rare case, it is not worth spending too much CI cycles testing it for every build. Change-Id: Ia9be2b6ba21d0b198e65d746483282ef66cadb84 Reviewed-on: https://code.wireshark.org/review/36626 Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f5face8de..dbd49b3233 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,14 +37,6 @@
expire_in: 3 days
# 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-7-nopcap:
- <<: *build-ubuntu
- variables:
- CMAKE_ARGS: -DENABLE_PCAP=NO
- CC: gcc-7
- CXX: g++-7
-
clang-10:
<<: *build-ubuntu
variables: