]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: remove experimental arm builds
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 9 Mar 2022 11:39:57 +0000 (12:39 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 9 Mar 2022 11:39:57 +0000 (12:39 +0100)
These are running on a hardware setup which is hard to maintain. In the
near future, ARM64 should be covered by a dedicated runner.

.gitlab-ci.yml

index 87bb06626c4217e24ab5a18dae86631b336190e1..ac0ba28cd241385fa034e610e17c40887666e11c 100644 (file)
@@ -91,29 +91,6 @@ build:
     - ninja -C build_ci install >/dev/null
     - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
 
-build:armhf:
-  <<: *build
-  tags:
-    - armhf
-    - shell
-  script:
-    - meson build_ci_armhf --default-library=static --prefix=$PREFIX -Dwerror=true -Dconfig_tests=enabled
-    - ninja -C build_ci_armhf
-    - ninja -C build_ci_armhf install >/dev/null
-    - MESON_TESTTHREADS=1 ${MESON_TEST} --suite unit --suite config --no-suite snowflake --no-suite y2k38
-
-build:arm64:
-  <<: *build
-  tags:
-    - arm64
-    - shell
-  allow_failure: true  # some issues with HTTP tests:daf (http module) and HTTP/2 (SIGSEGV)
-  script:
-    - meson build_ci_arm64 --default-library=static --prefix=$PREFIX -Dwerror=true -Dconfig_tests=enabled
-    - ninja -C build_ci_arm64
-    - ninja -C build_ci_arm64 install >/dev/null
-    - MESON_TESTTHREADS=1 ${MESON_TEST} --suite unit --suite config --no-suite snowflake
-
 build-asan:
   <<: *build
   script: