From 8893c2f906c2a21b08268f53c10d691812c3d3eb Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 7 Oct 2019 16:39:25 +0200 Subject: [PATCH] ci: Build against libfprint-1-0 The libfprint master branch will soon contain the v2 API. So change to use the libfprint-1-0 which will mean that the CI will continue to work. Note that the build_stable target will need to be removed when the new libfprint version reaches fedora rawhide. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 511990f..6997b7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build_stable: build_dev: before_script: - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_LIBFPRINT $DEPENDENCIES_DEV - - git clone https://gitlab.freedesktop.org/libfprint/libfprint.git + - git clone -b libfprint-1-0 https://gitlab.freedesktop.org/libfprint/libfprint.git - cd libfprint - meson . _build --prefix=/usr - ninja -C _build