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

Rust_toolchain upgrade fails #22684

Open
nicolecheetham opened this issue Feb 28, 2025 · 0 comments
Open

Rust_toolchain upgrade fails #22684

nicolecheetham opened this issue Feb 28, 2025 · 0 comments
Assignees
Labels
component: build system Bazel, CMake, dependencies, memory checkers, linters

Comments

@nicolecheetham
Copy link
Contributor

The semi-automatic script no longer works when upgrading rust_toolchain. It specifically outputs an error message stating WORKSPACE has to be enabled for sync command to work, run with --enable_workspace.

What has been done:
In the rust_toolchain upgrade.py file the flag was added to the sync command on line 34. However, when the new_release script is rerun it warns workspace support will be removed in the near future, mentions switching to MODULE style externals like bzlmod, and then errors out as the subprocess returned a non-zero exit status.

@jwnimmer-tri jwnimmer-tri added the component: build system Bazel, CMake, dependencies, memory checkers, linters label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build system Bazel, CMake, dependencies, memory checkers, linters
Projects
None yet
Development

No branches or pull requests

2 participants