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:48:52 +0100
commitb2f7d5ac9f9e8163328c438e0a2d382a7d717f3d (patch)
treef595157f5e93c93836976dd5ca63a85b2fe9c752
parentfd86f8737c4e16e845cbc113093ab4f2803d2dac (diff)
ci: Do not run the benchmarks as tests on armv7.
- 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..edd8199b 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