Merge pull request #10921 from RuoqingHe/drop-redundant-override

build: Drop redundant ARCH override
This commit is contained in:
Fabiano Fidêncio
2025-02-25 14:54:36 +01:00
committed by GitHub
6 changed files with 0 additions and 24 deletions

View File

@@ -53,10 +53,6 @@ endif
include ../../utils.mk
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
##VAR STANDARD_OCI_RUNTIME=yes|no define if agent enables standard oci runtime feature
STANDARD_OCI_RUNTIME := no