Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 11:52:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204512] [NEW PORT] devel/bazel: Correct, reproducible, and fast builds for everyone
Message-ID:  <bug-204512-13-UWetlXrr0b@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204512-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204512-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204512

--- Comment #8 from yuri@rawbw.com ---
It would take some time to sort out what bazel really requires. Obviously port
doesn't need things like this:
> %%DATADIR%%/third_party/java/buck-ios-support/java/com/facebook/buck/apple/xcode/xcodeproj/PBXObject.java

I will update once all details are settled.

In the mean time, if you just need to run bazel, current executable works. You
need to create ~/.bazelrc with such lines:
build --package_path
%workspace%:/usr/ports/devel/bazel/work/bazel-0.1.1/base_workspace
fetch --package_path
%workspace%:/usr/ports/devel/bazel/work/bazel-0.1.1/base_workspace
query --package_path
%workspace%:/usr/ports/devel/bazel/work/bazel-0.1.1/base_workspace

Test case you mentioned passes fine. Just the matter of these files being
there.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204512-13-UWetlXrr0b>