-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fix workspace resolution for development #1231
Conversation
23909ad
to
ffce528
Compare
52cd31f
to
513f4e0
Compare
513f4e0
to
bacfec5
Compare
dcacaf1
to
a41419b
Compare
eb4649b
to
3cdfe62
Compare
3cdfe62
to
9204d5e
Compare
e3d3ede
to
b9fc275
Compare
d6d0c77
to
d714790
Compare
d714790
to
a018fe3
Compare
.bazelrc
Outdated
@@ -3,6 +3,10 @@ common --enable_bzlmod=true | |||
common:rbe --java_runtime_version=11 | |||
common:rbe --tool_java_runtime_version=11 | |||
|
|||
common:workspace --enable_bzlmod=false --enable_workspace=true | |||
#common:workspace --enable_platform_specific_config |
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.
These are commented out, is that intentional?
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.
Yeah, tried using a hermetic toolchain. It didn't help.
deps = [ | ||
"@rules_proto//proto:defs", | ||
], | ||
# deps = [ |
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.
Did you mean to leave this commented out?
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.
Unused dep.
Align versions tween bzlmod and workspace
Switch to the fancy bazel ci rules for rbe.
Enable RBE for integration tests (huuuuge difference)
fixes: #1230