]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove cppcheck arm64 job
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Aug 2018 14:46:53 +0000 (16:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2020 11:51:08 +0000 (12:51 +0100)
All *:sid:amd64 jobs were errorneously copied to *:sid:arm64 including
the extra cppcheck run.  Remove the extra definitions from arm64 jobs.

.gitlab-ci.yml

index 083f22284100eccf2f5910048f82087bf36c9722..16ebecd79a9493f8a0b4f4467bd5528f9e847abe 100644 (file)
@@ -745,10 +745,8 @@ unit:tarball:sid:amd64:
 gcc:sid:arm64:
   variables:
     CC: gcc
-    CFLAGS: "${CFLAGS_COMMON} -O3"
+    CFLAGS: "${CFLAGS_COMMON} -O2"
     EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
-    RUN_MAKE_INSTALL: 1
-    MAKE: bear make
   <<: *debian_sid_arm64_image
   <<: *build_job
 
@@ -766,13 +764,6 @@ unit:gcc:sid:arm64:
     - job: gcc:sid:arm64
       artifacts: true
 
-cppcheck:gcc:sid:arm64:
-  <<: *debian_sid_arm64_image
-  <<: *cppcheck_job
-  needs:
-    - job: gcc:sid:arm64
-      artifacts: true
-
 # Jobs for regular GCC builds on Debian Sid (i386)
 
 gcc:sid:i386: