.papr.yml: Update to Fedora 30

We need at least GLib 2.60.1 for this PR:
https://github.com/flatpak/flatpak/pull/2797

Don't update the host distro for the docker run, since F30 Atomic
doesn't exist yet. That's fine though, since the F30 container is
available.

Closes: #3088
Approved by: alexlarsson
This commit is contained in:
Matthew Leeds 2019-09-06 08:06:36 -07:00 committed by Atomic Bot
parent 9ec61ae328
commit cd978857bc

View File

@ -6,7 +6,7 @@ branches:
- try
required: true
context: f29-primary
context: f30-primary
# This test case wants an "unprivileged container with bubblewrap",
# which we don't have right now; so just provision a VM and do a
@ -27,7 +27,7 @@ tests:
-e "ASAN_OPTIONS=${ASAN_OPTIONS:-}"
-v /etc/yum.repos.d:/etc/yum.repos.d.host:ro
-v $(pwd):/srv/code -w /srv/code
registry.fedoraproject.org/fedora:29 /bin/sh -c
registry.fedoraproject.org/fedora:30 /bin/sh -c
"cp -fv /etc/yum.repos.d{.host/*.repo,} &&
./ci/build-check.sh"