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
This commit is contained in:
Robert Fairley 2019-06-19 18:22:11 -04:00 committed by Atomic Bot
parent fd8795f387
commit 86cf6ba5c5

View File

@ -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