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

Make: Move cargo registry to /target/build-image/ #654

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

Reusing ~/.cargo in the build started causing issues with permissions and ownership. Moving the registry the build image usages so that there's no collision between local cargo registry and the build image.

Which issue(s) this PR fixes:

N/A

Special notes for your reviewer:

N/A

Reusing ~/.cargo in the build started causing issues with permissions
and ownership. Moving the registry the build image usages so that
there's no collision between local cargo registry and the build image.
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/build-tools Development tooling. labels Dec 4, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 161bd32f-982e-4187-b373-e8f2c01d54a8

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/654/head:pr_654 && git checkout pr_654
cargo build

@XAMPPRocky XAMPPRocky merged commit c79abdf into googleforgames:main Dec 4, 2022
@markmandel markmandel deleted the build/target-cargo branch December 4, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. kind/cleanup Refactoring code, fixing up documentation, etc size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants