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

Install Debian's rustc package instead of the devcontainer rust feature #33

Merged
merged 1 commit into from
May 30, 2024

Conversation

andrewn617
Copy link
Collaborator

#32

Just installing rustc is a lighter weight way of installing Rust without compiling, and does not introduce the rust-related vscode extensions installed by the feature which are unecessary for most ruby development. This gives us rust version 1.63, which is acceptable for now. If we need a specific version in the future we may need to compile rust ourselves.

While I am here I made 3.3.1 the default for the ruby feature.

Just installing rustc is a lighter weight way of installing Rust without compiling, and does not introduce the rust-related vscode extensions installed by the feature which are unecessary for most ruby development. This gives us rust version 1.63, which is acceptable for now. If we need a specific version in the future we may need to compile rust ourselves.
@rafaelfranca rafaelfranca merged commit 50699f8 into main May 30, 2024
1 check passed
@rafaelfranca rafaelfranca deleted the apt-get-rustc branch May 30, 2024 05:15
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