ci: Bump rpm-ostree tag to 2018.8

2018.7 started failing `test-ucontainer.sh`. I don't have the cycles to
look more deeply into what was going on there, but bumping to 2018.8
fixes it at least. (And of course, it's passing in rpm-ostree too.)

Closes: #1728
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-09-26 20:43:02 -04:00 committed by Atomic Bot
parent 1a7536c0f9
commit 6e3d4f9054

View File

@ -6,7 +6,7 @@ set -xeuo pipefail
# Frozen to a tag for now to help predictability; it's
# also useful to test building *older* versions since
# that must work.
RPMOSTREE_TAG=v2018.7
RPMOSTREE_TAG=v2018.8
dn=$(dirname $0)
. ${dn}/libpaprci/libbuild.sh