summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-06 16:14:46 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-06 16:52:38 +0200
commitf950056d749612105c464cbf11edcfae84716e4d (patch)
tree22f424d5ee1c0dd962ce370a2dab02828870f804 /.gitlab-ci.yml
parentb90a4465b2ab1a8eb3f62ef82442802fb5aa853b (diff)
ci: Run codespell only once.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 2 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d36b698..10409a02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ build-bullseye:arm64:
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies:
- - codespell:arm64
+ - codespell
script:
- make
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; false ; fi
@@ -74,7 +74,7 @@ bullseye:arm64:
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies:
- - codespell:arm64
+ - codespell
script:
# valgrind reports a false positive, see !1035. Run the tests without it for now.
- make test
@@ -130,18 +130,6 @@ codespell:
- make codespell CODESPELL_FLAGS=--summary
after_script: []
-codespell:arm64:
- tags:
- - docker-arm64
- stage: pre-check
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-arm64:latest
-
- before_script:
- - codespell --version
- script:
- - make codespell CODESPELL_FLAGS=--summary
- after_script: []
-
rust-stable:
tags:
- linux