summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2020-12-15 09:57:41 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2020-12-15 09:57:41 +0000
commit3a83cc3df44093acf051795a76c0420b990d7e98 (patch)
tree5fa5ee7efaa5887bb2e25c36a8cc8a1950552b01 /.github
parent1b391485f69a9150b67ec7cb090fbb63ecb78344 (diff)
downloadflatpak-3a83cc3df44093acf051795a76c0420b990d7e98.tar.gz
check: Bump OSTree dependency to v2020.8
This avoids having to download `master` and then check out a specific commit. v2020.8 includes the commit which we were previously building. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 37199407..0f99ea00 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -56,9 +56,8 @@ jobs:
popd
- name: Build ostree dependency
run: |
- git clone --branch master --shallow-since 2020-10-27 --no-tags https://github.com/ostreedev/ostree.git ./ostree
+ git clone --branch v2020.8 --depth 1 --no-tags https://github.com/ostreedev/ostree.git ./ostree
pushd ./ostree
- git checkout 7bc53f006351fcf5d32d9427e61a4f842f57f67b
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var
make -j $(getconf _NPROCESSORS_ONLN)
sudo make install
@@ -112,9 +111,8 @@ jobs:
libgirepository1.0-dev libappstream-glib-dev libdconf-dev clang e2fslibs-dev
- name: Build ostree dependency
run: |
- git clone --branch master --shallow-since 2020-10-27 --no-tags https://github.com/ostreedev/ostree.git ./ostree
+ git clone --branch v2020.8 --depth 1 --no-tags https://github.com/ostreedev/ostree.git ./ostree
pushd ./ostree
- git checkout 7bc53f006351fcf5d32d9427e61a4f842f57f67b
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var
make -j $(getconf _NPROCESSORS_ONLN)
sudo make install
@@ -150,9 +148,8 @@ jobs:
submodules: true
- name: Build ostree dependency
run: |
- git clone --branch master --shallow-since 2020-10-27 --no-tags https://github.com/ostreedev/ostree.git ./ostree
+ git clone --branch v2020.8 --depth 1 --no-tags https://github.com/ostreedev/ostree.git ./ostree
pushd ./ostree
- git checkout 7bc53f006351fcf5d32d9427e61a4f842f57f67b
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var
make -j $(getconf _NPROCESSORS_ONLN)
sudo make install
@@ -185,9 +182,8 @@ jobs:
submodules: true
- name: Build ostree dependency
run: |
- git clone --branch master --shallow-since 2020-10-27 --no-tags https://github.com/ostreedev/ostree.git ./ostree
+ git clone --branch v2020.8 --depth 1 --no-tags https://github.com/ostreedev/ostree.git ./ostree
pushd ./ostree
- git checkout 7bc53f006351fcf5d32d9427e61a4f842f57f67b
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var
make -j $(getconf _NPROCESSORS_ONLN)
sudo make install