mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
travis: rename centos test to centos7
Because it is actually running on CentOS 7 and to easier distinguish it from the new CentOS 8 test. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
b6e4dae22e
commit
247523c0cf
4 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ARCHES := x86_64 fedora-asan fedora-rawhide centos armv7hf
|
||||
ARCHES := x86_64 fedora-asan fedora-rawhide centos7 armv7hf
|
||||
TARGETS := $(ARCHES) alpine
|
||||
TARGETS_CLANG := $(addsuffix $(TARGETS),-clang)
|
||||
CONTAINER_RUNTIME := docker
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ ifdef CLANG
|
|||
target-suffix = -clang
|
||||
endif
|
||||
|
||||
TARGETS := alpine fedora-rawhide centos
|
||||
TARGETS := alpine fedora-rawhide centos7
|
||||
ZDTM_OPTIONS :=
|
||||
UNAME := $(shell uname -m)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue