Skip to content

Conversation

@lurtz
Copy link
Contributor

@lurtz lurtz commented Sep 26, 2025

This installs rustc, rustfmt and more Rust tools. Then the image should have all tools preinstalled to build and debug Rust code.

Closes #30

This installs rustc, rustfmt and more Rust tools. Then the image should have all tools preinstalled to build and debug Rust code.
Comment on lines +35 to +40
"cargo",
"clippy",
// "miri", // only available at nightly
"rust-analyzer",
"rust-src",
"rustfmt"
Copy link
Contributor

Choose a reason for hiding this comment

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

These tools you should check in src/s-core-devcontainer/test-project/test.sh

@lurtz lurtz marked this pull request as ready for review October 7, 2025 10:01
@AlexanderLanin
Copy link
Member

we should not have compilers in the container. But since this PR simply changes how it's installed, thats not the place to discuss it.

@AlexanderLanin AlexanderLanin merged commit fe3588c into eclipse-score:main Oct 10, 2025
2 checks passed
@lurtz lurtz deleted the add-rust-feature branch October 10, 2025 10:02
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.

Rust toolchain is missing in container image

3 participants