From 8ef18fd850d53fa01e7a3d8fe47fdd069b276b85 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Dec 2017 22:31:18 +0100 Subject: [PATCH] ci: Make rust build nonblocking for now Will debug at some point but for now let's unblock other things. ``` /usr/bin/ld: /var/tmp/checkout/target/release/libbupsplit_rs.a(bupsplit_rs-db7d02fa07221ce3.bupsplit_rs0.rust-cgu.o): undefined reference to symbol 'dladdr@@GLIBC_2.2.5' ``` Closes: #1387 Approved by: jlebon --- .papr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.papr.yml b/.papr.yml index 2016c61b..a9ee15e2 100644 --- a/.papr.yml +++ b/.papr.yml @@ -53,6 +53,7 @@ tests: context: f26-rust inherit: true +required: false container: image: registry.fedoraproject.org/fedora:26 env: @@ -67,6 +68,7 @@ tests: context: f26-gnutls inherit: true +required: true container: image: registry.fedoraproject.org/fedora:26 env: