trunk
trunk copied to clipboard
Make bazel an out of box solution for C++/Java developers
name 'PACKAGE_NAME' is not defined (did you mean 'package_name'?)
Hi, Looks like somebody created the `rules_boost` based on your idea and implementation: https://github.com/nelhage/rules_boost I've tried that and made it work for a few packages I cared about. Would like...
While executing: git submodule update --init I got error for java/commons_logging, java/log4j and libunwind in git clone step. I changed the repositories in .gitmodules to: https://github.com/apache/commons-logging.git https://github.com/apache/log4j.git https://github.com/llvm-mirror/libunwind.git. Now I...
I got an error like this: ``` no such package '@boost//': Error downloading [https://dl.bintray.com/boostorg/release/1.66.0/source /boost_1_66_0.tar.gz] to /home/thickey/.cache/bazel/_bazel_thickey/12ea4ca4c5b772e334d238b0acc653b5 /external/boost/boost_1_66_0.tar.gz: GET returned 403 Forbidden and referenced by ... ``` I'm not sure...
It doesn't use filegroups but i need to move on to what I was doing lol
I cloned the repo/submodules and tried to build the examples. It fails quickly with the following error. I am building with bazel 0.3.1rc2, but the same error occurs with 0.3.0....
This pull request fixes a minor discrepancy in your readme's newlines between bullet points.
This pull request adds support for compiling the Wangle, codec. The codec is needed for the examples such as the echoserver which is included in the update.
WORKSPACE file is no longer compatible with bazel 0.15 version. As maven_jar cannot include "." sign.