From bbb262973940a8c7c2918e2580101dcce7ad72ff Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 5 Nov 2020 05:57:01 +0100 Subject: .gitlab-ci.yml: temporarily allow failures on Debian.cross.aarch64 qemu is currently causing segmentation fault: cipher: aes-128-gcm cipher: aes-192-gcm cipher: aes-256-gcm cipher: chacha20-poly1305 qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core dumped) default cipher tests failed FAIL test-ciphers-openssl.sh (exit status: 139) Signed-off-by: Daiki Ueno --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6a2bad7a3..f000f82944 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -752,6 +752,7 @@ Debian.cross.arm-linux-gnueabihf: Debian.cross.aarch64-linux-gnu: <<: *Debian_cross_template + allow_failure: true nettle-master.Fedora: stage: stage1-testing -- cgit v1.2.1