diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-30 16:20:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:46 +0700 |
commit | 10c5d568123f42073e466e53e4a04f547a564a5e (patch) | |
tree | eec81333bbab659b7c19f2536e96b59ac57034f6 | |
parent | 5c235bc8faf594c31a1be782c748e5dc54c1dddf (diff) |
development/bazel: Mark for x86_64 only.
This currently fails to built all all other distros seem
to have also marked this as unsupported on 32bit.
```
./src/tools/singlejar/mapped_file_posix.inc:31:2: error: #error This
code for 64 bit Unix.
```
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/bazel/bazel.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/bazel/bazel.info b/development/bazel/bazel.info index 32c5ac1642e8..bffd4e14238f 100644 --- a/development/bazel/bazel.info +++ b/development/bazel/bazel.info @@ -1,10 +1,10 @@ PRGNAM="bazel" VERSION="5.4.0" HOMEPAGE="https://bazel.build/" -DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.4.0/bazel-5.4.0-dist.zip" -MD5SUM="241f790c493e7858ff78954f12bfc4ee" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/bazelbuild/bazel/releases/download/5.4.0/bazel-5.4.0-dist.zip" +MD5SUM_x86_64="241f790c493e7858ff78954f12bfc4ee" REQUIRES="zulu-openjdk11" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |