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
This commit is contained in:
parent
19d08dab61
commit
8ef18fd850
|
|
@ -53,6 +53,7 @@ tests:
|
||||||
|
|
||||||
context: f26-rust
|
context: f26-rust
|
||||||
inherit: true
|
inherit: true
|
||||||
|
required: false
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:26
|
image: registry.fedoraproject.org/fedora:26
|
||||||
env:
|
env:
|
||||||
|
|
@ -67,6 +68,7 @@ tests:
|
||||||
|
|
||||||
context: f26-gnutls
|
context: f26-gnutls
|
||||||
inherit: true
|
inherit: true
|
||||||
|
required: true
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:26
|
image: registry.fedoraproject.org/fedora:26
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue