From 86cf6ba5c5c42681c8151047aee043b72c3c787f Mon Sep 17 00:00:00 2001 From: Robert Fairley Date: Wed, 19 Jun 2019 18:22:11 -0400 Subject: [PATCH] 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 --- ci/flatpak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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