mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 17:33:02 +00:00
runtime-rs: Skip test on RISC-V architecture
Full set test on RISC-V architecture is not yet supported, skip it for now. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
17b2daf0a7
commit
e290587f9c
@ -37,6 +37,11 @@ test:
|
|||||||
install:
|
install:
|
||||||
@echo "PowerPC 64 LE is not currently supported"
|
@echo "PowerPC 64 LE is not currently supported"
|
||||||
exit 0
|
exit 0
|
||||||
|
else ifeq ($(ARCH), riscv64gc)
|
||||||
|
default: runtime show-header
|
||||||
|
test:
|
||||||
|
@echo "RISC-V 64 is not currently supported"
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
##TARGET default: build code
|
##TARGET default: build code
|
||||||
default: runtime show-header
|
default: runtime show-header
|
||||||
|
Loading…
Reference in New Issue
Block a user