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>
This commit is contained in:
Andrew Clemons 2023-07-30 16:20:34 +09:00 committed by Willy Sudiarto Raharjo
parent 5c235bc8fa
commit 10c5d56812
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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"