Skip to content

Commit

Permalink
ci: Make rust build nonblocking for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Dec 21, 2017
1 parent 19d08da commit 8ef18fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ tests:

context: f26-rust
inherit: true
required: false
container:
image: registry.fedoraproject.org/fedora:26
env:
Expand All @@ -67,6 +68,7 @@ tests:

context: f26-gnutls
inherit: true
required: true
container:
image: registry.fedoraproject.org/fedora:26
env:
Expand Down

0 comments on commit 8ef18fd

Please sign in to comment.