-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Cargo rebuilds when going between root and workspace members #1878
Comments
@rwalker I've verified that it fixes the main rebuild issue both in my recreation and on Solana master. Let me know if you see further rebuild issues. |
Beta comes out early December |
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this issue
Aug 29, 2021
…-labs#1878) Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.12.4 to 1.12.5. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v1.12.4...v1.12.5) --- updated-dependencies: - dependency-name: start-server-and-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
brooksprumo
pushed a commit
to brooksprumo/solana
that referenced
this issue
Jun 26, 2024
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this issue
Jul 1, 2024
…gelog (backport of solana-labs#1878) (solana-labs#1879) Add --block-verification-method=unified-scheduler for v2.0 changelog (solana-labs#1878) (cherry picked from commit 2b88299) # Conflicts: # CHANGELOG.md Co-authored-by: Ryo Onodera <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
CI rebuilds when switching between the root and workspace members.
A minimal recreation is here:
https://github.com/jackcmay/sandbox_rust_rebuilds/blob/master/README.md
Filed a rust issue here:
https://github.com/rust-lang/cargo/issues/6337
Proposed Solution
Fixed in beta 1.31 via rust-lang/cargo#6170
The text was updated successfully, but these errors were encountered: