summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-09-06 08:06:36 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-09 09:49:46 +0000
commitcd978857bc4949dde5c604d8196b889b39fb5350 (patch)
treebd06a3ac4af258dae6f1d697e1e022652461bcd6
parent9ec61ae328b0a428c0a15fa883ea41cfceb25fca (diff)
downloadflatpak-cd978857bc4949dde5c604d8196b889b39fb5350.tar.gz
.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
-rw-r--r--.papr.yml4
1 files 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"