summaryrefslogtreecommitdiff
path: root/ci/flatpak.sh
diff options
context:
space:
mode:
authorRobert Fairley <rfairley@redhat.com>2019-06-19 18:22:11 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-21 13:17:10 +0000
commit86cf6ba5c5c42681c8151047aee043b72c3c787f (patch)
tree07a8e9f43b3716d7aa8e5f5252726e5ed65439ec /ci/flatpak.sh
parentfd8795f3874d623db7a82bec56904648fe2c1eb7 (diff)
downloadostree-86cf6ba5c5c42681c8151047aee043b72c3c787f.tar.gz
ci/flatpak: Bump FLATPAK_TAG to 1.4.1
Bump the flatpak version used in CI to avoid a repeated definition of `renameat2()` in libglnx and glibc. See: https://github.com/ostreedev/ostree/pull/1871#issuecomment-503768062 Closes: #1871 Approved by: jlebon
Diffstat (limited to 'ci/flatpak.sh')
-rwxr-xr-xci/flatpak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/flatpak.sh b/ci/flatpak.sh
index a0e556ac..fd76b6fd 100755
--- a/ci/flatpak.sh
+++ b/ci/flatpak.sh
@@ -6,7 +6,7 @@ set -xeuo pipefail
# Keep this pinned to avoid arbitrary change for now; it's also
# good to test building older code against newer ostree as it helps
# us notice any API breaks.
-FLATPAK_TAG=0.99.2
+FLATPAK_TAG=1.4.1
dn=$(dirname $0)
. ${dn}/libpaprci/libbuild.sh