-
Notifications
You must be signed in to change notification settings - Fork 84
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
bazel: add bazelw wrapper #1935
Conversation
Script itself looks good. We'd also need to update scripts and docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you Keith!
now we just need to scriptify all other 1000 environment setups too (ok there are less than 1000 😂)
8d39a43
to
822d936
Compare
Updated to use for all CI scripts, I don't see public facing docs here that need updating |
I think we can replace the usage of |
822d936
to
d977adf
Compare
This wrapper allows developers to quickly get off the ground without having to install bazel or bazelisk manually. Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
d977adf
to
8fc7c29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @keith !
3. Apply local hacks to make IntelliJ work using the branch `hack-for-intellij <https://github.com/lyft/envoy-mobile/tree/hack-for-intellij>`_ | ||
4. Open up the Envoy Mobile project using the Bazel import project wizard | ||
1. Download a supported `IntelliJ version <https://www.jetbrains.com/idea/download/other.html>`_ supported by the Bazel plugin | ||
2. Apply local hacks to make IntelliJ work using the branch `hack-for-intellij <https://github.com/lyft/envoy-mobile/tree/hack-for-intellij>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was wrong from before but the repo url is https://github.com/envoyproxy/envoy-mobile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wrapper allows developers to quickly get off the ground without having to install bazel or bazelisk manually. Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
This wrapper allows developers to quickly get off the ground without
having to install bazel or bazelisk manually.
Signed-off-by: Keith Smiley keithbsmiley@gmail.com