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

static: Add cargo #253

Closed
wants to merge 1 commit into from
Closed

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Oct 2, 2024

This is needed for the static tests introduced in 20886; no need for nightly or target specific tools.

This increases the size reported by docker image list from 781MB to 1.17GB.

static-test-tools/Dockerfile Outdated Show resolved Hide resolved
This is needed for the static tests introduced in [20886]; no need for
nightly or target specific tools.

[20886]: RIOT-OS/RIOT#20886
@chrysn
Copy link
Member Author

chrysn commented Oct 2, 2024

My approach was not good: I missed that the static tools go into the container, and thus we all of a sudden have two Rust (one via Debian, one via rustup), and they don't like that.

I'll abandon this PR in favor of one that moves the Rust installation over from the docker image into the static tools.

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