summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-06 15:54:32 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-06 15:57:02 +0200
commitb90a4465b2ab1a8eb3f62ef82442802fb5aa853b (patch)
tree107ed459f577d690a4c2fb8c80a371e7820919a1 /.gitlab-ci.yml
parent3c60bbd74bbaaaa7a469ff183af068a379b9fe9b (diff)
ci: Do not use valgrind on ARM 64.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a90d6a7..2d36b698 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,8 @@ bullseye:arm64:
dependencies:
- codespell:arm64
script:
- - SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
+ # valgrind reports a false positive, see !1035. Run the tests without it for now.
+ - make test
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo