Skip to content
Snippets Groups Projects
Commit e53620ae authored by Jesse Chan's avatar Jesse Chan
Browse files

testing/bazel4: disable on riscv64

parent a5d7b18e
1 merge request!22578testing/bazel4: new aport
......@@ -8,6 +8,7 @@ pkgdesc="A fast, scalable, multi-language and extensible build system"
url="https://bazel.build/"
arch="all"
arch="$arch !x86 !armhf !armv7 !mips !mips64" # JDK dropped support
arch="$arch !riscv64" # JDK not yet bootstrapped
arch="$arch !ppc64le" # absl: Must implement UnscaledCycleClock::Frequency()
arch="$arch !s390x" # aborted: SIGFPE (0x8) at pc=0x000003ffb1f18462 (sent by kill)
license="Apache-2.0"
......
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