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:
parent
fd8795f387
commit
86cf6ba5c5
|
|
@ -6,7 +6,7 @@ set -xeuo pipefail
|
||||||
# Keep this pinned to avoid arbitrary change for now; it's also
|
# Keep this pinned to avoid arbitrary change for now; it's also
|
||||||
# good to test building older code against newer ostree as it helps
|
# good to test building older code against newer ostree as it helps
|
||||||
# us notice any API breaks.
|
# us notice any API breaks.
|
||||||
FLATPAK_TAG=0.99.2
|
FLATPAK_TAG=1.4.1
|
||||||
|
|
||||||
dn=$(dirname $0)
|
dn=$(dirname $0)
|
||||||
. ${dn}/libpaprci/libbuild.sh
|
. ${dn}/libpaprci/libbuild.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue