From e50deccdd31d7df7f23575f2badfdb73f01e68fe Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 14 Jun 2017 12:05:15 -0400 Subject: [PATCH] ci: Build ostree from git master To assist https://github.com/flatpak/flatpak/pull/848 --- ci/build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index f7c254d2..9ea692e9 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -13,4 +13,16 @@ pkg_install sudo which attr fuse \ /usr/bin/{update-mime-database,update-desktop-database,gtk-update-icon-cache} pkg_install_if_os fedora gjs parallel clang +# Temporarily build ostree from git master for https://github.com/flatpak/flatpak/pull/848 +(git clone --depth=1 https://github.com/ostreedev/ostree/ + cd ostree + pkg_install_builddeps ostree + unset CFLAGS # the sanitizers require calling apps be linked too + build + make + make install + ostree --version +) + + build --enable-gtk-doc ${CONFIGOPTS:-}