Package Details: bazel-git r24502.9ec89b9194-1

Git Clone URL: https://aur.archlinux.org/bazel-git.git (read-only, click to copy)
Package Base: bazel-git
Description: Correct, reproducible, and fast builds for everyone
Upstream URL: http://bazel.io/
Licenses: Apache
Provides: bazel
Submitter: simon04
Maintainer: None
Last Packager: kendfinger
Votes: 4
Popularity: 0.000000
First Submitted: 2015-03-24 22:51 (UTC)
Last Updated: 2020-02-08 06:40 (UTC)

Dependencies (8)

Required by (65)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

liganic commented on 2015-04-26 11:12 (UTC)

@simon04: Can you please also add the bash-completion? I did the necessary changes + !strip from @GutenYe here: http://pastebin.com/YjFn6gHq

GutenYe commented on 2015-04-23 10:27 (UTC)

@simon04 I solved by my self, you need add `options=(!strip)` to you PKGBUILD.

robryk commented on 2015-04-19 13:17 (UTC)

Seems to require JDK 1.8

simon04 commented on 2015-04-02 18:30 (UTC)

r618.efbcf00-1: `zip` and `unzip` dependencies added – thanks @dead10ck

dead10ck commented on 2015-04-02 17:15 (UTC)

This is missing 'zip' as a dependency.

simon04 commented on 2015-03-25 21:19 (UTC)

Is it i686 or x86_64? How did you setup your workspace? Where did you execute bazel?

GutenYe commented on 2015-03-25 06:33 (UTC)

go ❯ bazel Could not find WORKSPACE file at or above /opt/bazel/examples/go. Is your current directory in a Bazel source tree? You need https://github.com/google/bazel/blob/master/WORKSPACE file After I touch WORKSPACE, I got go ❯ bazel Failed to open Bazel as a zip file: (84) Unrecognized archive format Any ideas what is wrong?