summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-03-22 11:26:32 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-03-22 11:26:32 +0100
commit4fa910b386bf01570f00a2227d0861220817f426 (patch)
treea3f917bb93b4a679be61588c6d04db9ec7bba904
parentfd86f8737c4e16e845cbc113093ab4f2803d2dac (diff)
ci: Do not run the benchmarks as tests on armv7.justus/ci-no-doctests-on-windows
- We run these under qemu because we lack real hardware, and it is one of the slower jobs. Speed it up a little by not running the benchmarks as tests here.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d91ec34..d770ba85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -248,12 +248,10 @@ rust-stable-armv7:
- cat .ci/snippet_for_cross_compilation_config.toml >> .cargo/config.toml
- *before_script_end
script:
- - CARGO_PACKAGES="-p buffered-reader -p sequoia-openpgp" $MAKE_TOP test
+ - cargo test --tests -target=armv7-unknown-linux-gnueabihf -p buffered-reader -p sequoia-openpgp
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- CARGO_PACKAGES: -p buffered-reader -p sequoia-openpgp
- CARGO_FLAGS: --target=armv7-unknown-linux-gnueabihf
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
PKG_CONFIG_ALLOW_CROSS: 1