[Bug 204512] [NEW PORT] devel/bazel: Correct, reproducible, and fast builds for everyone

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 30 11:52:08 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204512

--- Comment #8 from yuri at 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.


More information about the freebsd-ports-bugs mailing list