Skip to content
Snippets Groups Projects
Commit 64bd5919 authored by Michał Polański's avatar Michał Polański
Browse files

testing/bazel3: disable on riscv64

blocked by java-jdk
parent 02846499
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ arch="" ...@@ -9,7 +9,7 @@ arch=""
arch="$arch !x86 !s390x" # fatal error: jni_md.h: No such file or directory arch="$arch !x86 !s390x" # fatal error: jni_md.h: No such file or directory
arch="$arch !armhf !armv7" # java virtual machine runs out of resources arch="$arch !armhf !armv7" # java virtual machine runs out of resources
arch="$arch !ppc64le" # build timeouts in CI arch="$arch !ppc64le" # build timeouts in CI
arch="$arch !mips !mips64" # no jvm arch="$arch !mips !mips64 !riscv64" # no jvm
license="Apache-2.0" license="Apache-2.0"
depends="bash libarchive java-jdk zip unzip" depends="bash libarchive java-jdk zip unzip"
makedepends="python3 linux-headers protobuf coreutils" makedepends="python3 linux-headers protobuf coreutils"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment