mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
Merge pull request #11391 from RuoqingHe/disable-runtime-rs-test-on-riscv
runtime-rs: Skip test on RISC-V architecture
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user