2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

scripts/build: drop centos 7 targets

The CI tests with CentOS 7 have been disabled and removed [1,2].
This patch removes the obsolete Makefile targets for these tests.

[1] 24bc083653
[2] f8466ca798

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov
2024-07-07 13:24:19 +01:00
committed by Andrei Vagin
parent 1815838191
commit 42b177da62
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ARCHES := x86_64 fedora-asan fedora-rawhide centos7 armv7hf centos8
ARCHES := x86_64 fedora-asan fedora-rawhide armv7hf centos8
STABLE_CROSS_ARCHES := armv7-stable-cross aarch64-stable-cross ppc64-stable-cross mips64el-stable-cross
UNSTABLE_CROSS_ARCHES := armv7-unstable-cross aarch64-unstable-cross ppc64-unstable-cross mips64el-unstable-cross
NON_CLANG := $(UNSTABLE_CROSS_ARCHES) $(STABLE_CROSS_ARCHES)

View File

@@ -11,7 +11,7 @@ ifdef CLANG
target-suffix = -clang
endif
TARGETS := alpine fedora-rawhide centos7 centos8 archlinux
TARGETS := alpine fedora-rawhide centos8 archlinux
ZDTM_OPTS :=
UNAME := $(shell uname -m)
export UNAME