Skip to content

Commit

Permalink
scripts/build: drop centos 7 targets
Browse files Browse the repository at this point in the history
The CI tests with CentOS 7 have been disabled and removed [1,2].
This patch removes the obsolete Makefile targets for these tests.

[1] 24bc083
[2] f8466ca

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git authored and avagin committed Jul 7, 2024
1 parent 6f92787 commit 116c689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 116c689

Please sign in to comment.