summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-06-20 14:08:41 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-06-27 12:36:57 +0200
commite02e7ff48dfe79caa3ca0c2504ef2e87465ccdd5 (patch)
treefb66459f2920f570807b6b920064284c3d261f1a
parent8919c8100f72f6313071bb221550c606a38f3747 (diff)
ci: Don't depend on the codespell job.
- They already are implicitly dependent on the codespell job because the codespell job runs in the pre-check phase, and the other jobs in the build phase.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index def85a67..9f878c08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,8 +51,6 @@ build-bookworm:
- linux
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
- needs:
- - codespell
script:
- cargo run --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-nettle,compression --example supported-algorithms
- $MAKE_TOP
@@ -69,8 +67,6 @@ build-bookworm:arm64:
- docker-arm64
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild-arm64:latest
- needs:
- - codespell
when: manual
only:
variables:
@@ -106,8 +102,6 @@ sq-features:
- "autocrypt"
- "autocrypt,compression-bzip2"
- "compression-bzip2"
- needs:
- - codespell
script:
- cargo test --package sequoia-sq --no-default-features --features crypto-nettle --features $FEATURES
variables:
@@ -120,8 +114,6 @@ bookworm:
- linux
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
- needs:
- - codespell
script:
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind $MAKE_TOP test
variables:
@@ -161,8 +153,6 @@ bookworm:arm64:
when: manual
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild-arm64:latest
- needs:
- - codespell
script:
# valgrind reports a false positive, see !1035. Run the tests without it for now.
- $MAKE_TOP test