Skip to content
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

Merged
merged 19 commits into from
Dec 11, 2024
Merged

Conversation

restingbull
Copy link
Collaborator

@restingbull restingbull commented Oct 22, 2024

Align versions tween bzlmod and workspace
Switch to the fancy bazel ci rules for rbe.
Enable RBE for integration tests (huuuuge difference)

fixes: #1230

@restingbull restingbull force-pushed the restingbull/fix-workspace branch 4 times, most recently from 23909ad to ffce528 Compare November 28, 2024 23:51
@restingbull restingbull force-pushed the restingbull/fix-workspace branch 2 times, most recently from 52cd31f to 513f4e0 Compare December 1, 2024 17:27
@restingbull restingbull force-pushed the restingbull/fix-workspace branch from 513f4e0 to bacfec5 Compare December 1, 2024 17:29
@restingbull restingbull force-pushed the restingbull/fix-workspace branch from dcacaf1 to a41419b Compare December 1, 2024 19:40
@restingbull restingbull force-pushed the restingbull/fix-workspace branch 2 times, most recently from eb4649b to 3cdfe62 Compare December 2, 2024 01:50
@restingbull restingbull force-pushed the restingbull/fix-workspace branch from 3cdfe62 to 9204d5e Compare December 2, 2024 01:54
@restingbull restingbull force-pushed the restingbull/fix-workspace branch from e3d3ede to b9fc275 Compare December 2, 2024 03:32
@restingbull restingbull force-pushed the restingbull/fix-workspace branch from d6d0c77 to d714790 Compare December 4, 2024 04:10
@restingbull restingbull marked this pull request as ready for review December 5, 2024 04:31
.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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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 = [
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused dep.

@restingbull restingbull requested a review from Bencodes December 6, 2024 22:07
@restingbull restingbull merged commit e6fcd7d into master Dec 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

//kotlin:dependencies.bzl does not load all required dependencies
2 participants