mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-23 11:44:30 +00:00
dragonball: skip running static-checks for ppc64le
Since dragonball is not currently supported on ppc64le, skip running the targets for static-checks. Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
parent
14934c7b0d
commit
486b8a0538
@ -6,9 +6,9 @@ include ../../utils.mk
|
|||||||
|
|
||||||
PROJECT_DIRS := $(shell find . -name Cargo.toml -printf '%h\n' | sort -u)
|
PROJECT_DIRS := $(shell find . -name Cargo.toml -printf '%h\n' | sort -u)
|
||||||
|
|
||||||
ifeq ($(ARCH), s390x)
|
ifeq ($(ARCH), $(filter $(ARCH), s390x ppc64le))
|
||||||
default build check test clippy vendor:
|
default build check test clippy vendor:
|
||||||
@echo "s390x not support currently"
|
@echo "$(ARCH) is not support currently"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user