summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-01-06 16:21:28 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-01-06 16:21:28 +0100
commit05f12ea729d934c233b8e8bf4e2975131fed0d49 (patch)
tree0bbffb788aa28f9d73c361eae7249abef329a83a
parentc86c9152fa90052370e605e8422ffac96aa509e8 (diff)
ci: Remove the Arm64 jobs as we don't have such a machine anymore.
-rw-r--r--.gitlab-ci.yml66
1 files changed, 0 insertions, 66 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8d185ac..885266a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,25 +61,6 @@ bookworm:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
-bookworm:arm64:
- tags:
- - docker-arm64
- stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild-arm64:latest
- when: manual
- only:
- variables:
- # Forks of this project most likely do not have an arm64 runner
- - $CI_PROJECT_NAMESPACE == "sequoia-pgp"
- script:
- - $MAKE_TOP test
- - if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; false ; fi
- - if ! git diff --quiet sq ; then echo "Please commit the changes to sq/src/sq-usage.md." ; false ; fi
- - if ! git diff --quiet ; then echo "The build changed the source. Please investigate." ; git diff ; fi
- variables:
- CARGO_TARGET_DIR: /target
- CARGO_HOME: /cargo
-
sq-features:
tags:
- linux
@@ -178,33 +159,6 @@ all_commits:
CARGO_HOME: /cargo
GIT_STRATEGY: clone
-all_commits:arm64:
- # Test each commit up to main, to facilitate bisecting.
- tags:
- - docker-arm64
- stage: test
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild-arm64:latest
- needs: ["rust-stable:arm64"]
- only:
- refs:
- - /arm64/i # refs containing 'arm64' keyword
- - tags
- - web
- - schedules
- variables:
- # Forks of this project most likely do not have an arm64 runner
- - $CI_PROJECT_NAMESPACE == "sequoia-pgp"
- when: manual
- except:
- # Do not run for pushes to the pep-engine branch.
- - /^pep-engine$/
- script:
- - .ci/all_commits.sh
- variables:
- CARGO_TARGET_DIR: /target
- CARGO_HOME: /cargo
- GIT_STRATEGY: clone
-
codespell:
tags:
- linux
@@ -285,26 +239,6 @@ rust-stable-armv7:
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
PKG_CONFIG_ALLOW_CROSS: 1
-rust-stable:arm64:
- tags:
- - docker-arm64
- stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild-arm64:latest
- only:
- variables:
- # Forks of this project most likely do not have an arm64 runner
- - $CI_PROJECT_NAMESPACE == "sequoia-pgp"
- when: manual
- before_script:
- - *before_script_start
- - rustup override set stable
- - *before_script_end
- script:
- - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
- variables:
- CARGO_TARGET_DIR: /target
- CARGO_HOME: /cargo
-
windows-gnu-nettle:
tags:
- win