ci: Bump rpm-ostree tag we build for tests
The latest rpm-ostree release no longer requires `python3-devel` so `dnf builddep` here is no longer pulling it in, subsequently causing issues when building an older rpm-ostree release. Let's just bump the release tag so we don't have to also start keeping track of older dependencies. Closes: #1708 Approved by: cgwalters
This commit is contained in:
parent
4e6b13e8b6
commit
57dbd176e9
|
|
@ -6,7 +6,7 @@ set -xeuo pipefail
|
||||||
# Frozen to a tag for now to help predictability; it's
|
# Frozen to a tag for now to help predictability; it's
|
||||||
# also useful to test building *older* versions since
|
# also useful to test building *older* versions since
|
||||||
# that must work.
|
# that must work.
|
||||||
RPMOSTREE_TAG=v2018.5
|
RPMOSTREE_TAG=v2018.7
|
||||||
|
|
||||||
dn=$(dirname $0)
|
dn=$(dirname $0)
|
||||||
. ${dn}/libpaprci/libbuild.sh
|
. ${dn}/libpaprci/libbuild.sh
|
||||||
|
|
@ -48,4 +48,4 @@ if ! make vmsync; then
|
||||||
fatal "vmsync failed"
|
fatal "vmsync failed"
|
||||||
fi
|
fi
|
||||||
# Now run tests; just a subset ⊂ for now to avoid CI overload
|
# Now run tests; just a subset ⊂ for now to avoid CI overload
|
||||||
make vmcheck TESTS="basic layering-basic"
|
make vmcheck TESTS="layering-basic-1 layering-basic-2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue