Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/private/internal_dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _internal_dev_deps_impl(mctx):
# otherwise refer to RBE docs.
rbe_preconfig(
name = "buildkite_config",
toolchain = "ubuntu2204",
toolchain = "ubuntu2404",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The RBE toolchain version should also be updated in the WORKSPACE file (line 100) to maintain consistency between Bzlmod and WORKSPACE builds. Since the PR description mentions that support for the older platform has been dropped, failing to update WORKSPACE will likely break CI for WORKSPACE-based builds.

)
runtime_env_repo(name = "rules_python_runtime_env_tc_info")

Expand Down