-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a platform agnostic release for java_tools. #8406
Comments
I ran into this issue today. Is there a workaround? Even with the parameters |
Despite the commit closing this issue, I am still having issues with |
Add
to a Be careful to add @fosslinux I'd be glad if you confirm this is working. We don't have any non-standard systems in our test stand. |
I appended that block to the root BUILD file in a checkout of this bazel repository and added that flag to the end of my bazel build command. However, it fails with:
Grepping through the checkout yields no results for |
Oops, I wasn't on master. Now, this symbol is most def in tools/jdk/default_java_toolchain.bzl, but the build system still gives the same error.... |
For building Bazel itself it's a bit different. The NONPREBUILT_TOOLCHAIN_CONFIG is not found, because it is not part of released Bazel you're using (and this change hasn't been released yet). You can wait for it to be released or you could try bootstraping Bazel, instructions are here https://docs.bazel.build/versions/master/install-compile-source.html#bootstrap-bazel. The bootstrapping already builds everything from scratch so no modifications should be necessary. After bootstrapping you can use the recipe for either building Bazel or something else. |
Hi Comius, this change worked for us on rhel6, thanks so much for the help! |
Create a way to release a java_tools version (in addition to the linux, darwin and winodws versions) without including pre-built ijar and singlejar.
The text was updated successfully, but these errors were encountered: