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 release cloudbuild with rust-toolchain.yaml #255

Merged
merged 2 commits into from
May 14, 2021
Merged

Conversation

markmandel
Copy link
Member

With the new rust-toolchain.yaml, cargo expected rustup in the $CARGO_HOME directory, and failed without it.

This PR adds a step to copy the original cargo installation into the $CARGO_HOME directory that is shared between steps.

With the new rust-toolchain.yaml, cargo expected rustup in the
$CARGO_HOME directory, and failed without it.

This PR adds a step to copy the original cargo installation
into the $CARGO_HOME directory that is shared between steps.
@markmandel markmandel added kind/bug Something isn't working area/build-tools Development tooling. labels May 13, 2021
@google-cla google-cla bot added the cla: yes label May 13, 2021
@markmandel markmandel merged commit 575b073 into main May 14, 2021
@markmandel markmandel deleted the bug/release-tooling branch May 14, 2021 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. cla: yes kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants