aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-12-16 14:06:59 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-16 22:51:47 +0000
commit476bf624948895b7f29209602cc589c2c3be4d7a (patch)
tree379b56e7a232ac4ac4e2676c455ef68e3c4ac1ea /.gitlab-ci.yml
parent1f7c4eff30d466152f181a753b94889765edc88c (diff)
GitLab CI: Remove a no-longer-needed build.
Remove the -DENABLE_PCAP=OFF build from the "macOS Arm Package" job. It's no longer needed since we now have a "No options" job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ab4099e44..4eb6a0186e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -405,17 +405,7 @@ macOS Arm Package:
tags:
- wireshark-macos-arm-package
retry: 1
- before_script:
- - mkdir build
- - cd build
script:
- - printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"
- # XXX - Move this to a separate DENABLE_PCAP=OFF job?
- - arch -arch arm64 cmake -DENABLE_CCACHE=ON -DENABLE_PCAP=OFF -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64 -G Ninja ..
- - printf "\e[0Ksection_end:%s:cmake_section\r\e[0K" "$( date +%s)"
- - arch -arch arm64 ninja
- - cd ..
- - git clean -d --force --force -x
- perl tools/make-version.pl --set-release
- mkdir build
- cd build