Move default TEST_OS to centos-8-stream

We don't run centos-7 in CI any more, and thus can't guarantee that it
works.
This commit is contained in:
Martin Pitt 2021-03-04 07:23:12 +01:00 committed by Matej Marusak
parent d4c81c9152
commit f02f0fd08f
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
PACKAGE_NAME := $(shell awk '/"name":/ {gsub(/[",]/, "", $$2); print $$2}' package.json)
VERSION := $(shell T=$$(git describe 2>/dev/null) || T=1; echo $$T | tr '-' '.')
ifeq ($(TEST_OS),)
TEST_OS = centos-7
TEST_OS = centos-8-stream
endif
export TEST_OS
TARFILE=cockpit-$(PACKAGE_NAME)-$(VERSION).tar.gz