Skip to content

Commit

Permalink
CI: Use a libostree with ostreedev/ostree#2592 fixed
Browse files Browse the repository at this point in the history
We can't use a branch based on libostree git main, because it now needs
a newer GLib than the one in Ubuntu 20.04.

Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv committed Apr 30, 2022
1 parent 55b767d commit 4c89b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
submodules: true
- name: Build ostree dependency
run: |
git clone --branch v2022.2 --depth 1 --no-tags https://github.com/ostreedev/ostree.git ./ostree
git clone --branch 2022.2-txn-refcount-backport --depth 1 --no-tags https://github.com/smcv/ostree.git ./ostree
pushd ./ostree
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var
make -j $(getconf _NPROCESSORS_ONLN)
Expand Down

0 comments on commit 4c89b8b

Please sign in to comment.