From cd978857bc4949dde5c604d8196b889b39fb5350 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 6 Sep 2019 08:06:36 -0700 Subject: [PATCH] .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 --- .papr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.papr.yml b/.papr.yml index c2973a85..9f620d5f 100644 --- a/.papr.yml +++ b/.papr.yml @@ -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"