diff --git a/scripts/build/Makefile b/scripts/build/Makefile index 2c006ad87..bc4a59db1 100644 --- a/scripts/build/Makefile +++ b/scripts/build/Makefile @@ -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) diff --git a/scripts/ci/Makefile b/scripts/ci/Makefile index 1caa1e423..9dc0190b3 100644 --- a/scripts/ci/Makefile +++ b/scripts/ci/Makefile @@ -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