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

add CARGO_HOME and simplify Gitpod Dockerfile #98

Merged
merged 8 commits into from
Aug 19, 2021

Conversation

mikedotexe
Copy link
Contributor

Phuong discovered an env var that seems like it needs to be set for Gitpod now

RUN bash -cl "rustup toolchain install stable && rustup target add wasm32-unknown-unknown"
ENV CARGO_HOME=/home/gitpod/.cargo

RUN bash -cl "rustup default stable-2020-10-08-x86_64-unknown-linux-gnu && rustup target add wasm32-unknown-unknown"

Choose a reason for hiding this comment

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

it looks like we default to stable-2020-10-08 since we specify it in the rust-toolchain file. Should we upgrade it to latest stable? But otherwise everything else looks fine

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great comments, thanks! Pushed up some changes

@mikedotexe mikedotexe merged commit 077cfc8 into master Aug 19, 2021
@mikedotexe mikedotexe deleted the hotfix/update-gitpod-docker branch August 19, 2021 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants