Kong Bazel Build process source URL overrides? #13073
Replies: 1 comment
-
Ooo, actually I may have answered my own question with a little extra digging. Seems there is a place and a github mirror is present, meaning if the first URL fails, then bazel tries the backup in github right? Hence why the build just gave me a warning but did not fail out right? I imagine if both urls failed then a warning becomes a full on error? Which my fw does not block github.com sources so we should be okay then! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For folks where network prevents reaching some public facing packages, how does one add a mirror for dependencies bazel pulls as part of the Kong build? Lets take openssl for example:
Which is blocked due to fw. How do I point bazel at other mirrors of that tarball to override using the default dependency URL so bazel can incorporate my own mirrors into the build flow? Was simple url swapping back in the .sh kong-build-tools days.
Related Q I asked here: #11453 (comment)
Beta Was this translation helpful? Give feedback.
All reactions