Replies: 2 comments 3 replies
|
Is it possible for you to use |
3 replies
|
The vendor mode with Bzlmod should make your air-gapped build much easier, see https://bazel.build/external/vendor With WORKSPACE, you can probably use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I'm upgrading from Bazel 6.5.1 to 7.6.1. I don't have the time right now to migrate to Bzlmod, so I'm still using Workspace. What's more, even if I find the time, I will have to write my own registry, because the environment I work in is airgapped - we can only download anything through Artifactory. Internet access is completely restricted.
As such, I have to write a bunch of patches for anything that tries to download another thing, so the addresses always come from Artifactory. This time I found myself unable to proceed with the update, because Bazel has a builtin
rules_javathat uses original addresses. I'm 100% fine maintaining the patch set. How do I disablerules_java_builtin?All reactions