summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2019-09-06 11:57:42 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-09 06:35:10 +0000
commitc0d6b4b27d2ddb39871ff46d3f5a47d540ed1f37 (patch)
treeb2f8e8479d0cac2c1c89b243ca3c184288d03288
parent5e932e4f5b58ef0bc7ba145d7901454108ca5a40 (diff)
downloadbubblewrap-c0d6b4b27d2ddb39871ff46d3f5a47d540ed1f37.tar.gz
ci: Bump to fedora/29/atomic
Fedora 27 has been EOL for a while now... bump it to 29. It'd be nice to test against FCOS, though it's not currently supported by PAPR. It's in maintenance mode, but I might add support for it as a stopgap. Medium-term though, I want to deprecate PAPR in favour of other CI solutions. Anyway, for now hopefully this should fix the CI on this repo. Closes: #327 Approved by: alexlarsson
-rw-r--r--.papr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.papr.yml b/.papr.yml
index fc4d877..c0eba31 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -19,10 +19,10 @@ timeout: 30m
inherit: true
host:
- distro: fedora/27/atomic
+ distro: fedora/29/atomic
-context: f27-sanitizer
+context: f29-sanitizer
required: true
tests:
- - env CFLAGS='-g -Og -fsanitize=undefined -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2' ./ci/papr.sh registry.fedoraproject.org/fedora:27
+ - env CFLAGS='-g -Og -fsanitize=undefined -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2' ./ci/papr.sh registry.fedoraproject.org/fedora:29