Skip to content

static: Add cargo#253

Closed
chrysn wants to merge 1 commit intoRIOT-OS:masterfrom
chrysn-pull-requests:static-rust
Closed

static: Add cargo#253
chrysn wants to merge 1 commit intoRIOT-OS:masterfrom
chrysn-pull-requests:static-rust

Conversation

@chrysn
Copy link
Copy Markdown
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.

@chrysn chrysn requested a review from Teufelchen1 October 2, 2024 08:51
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
Copy Markdown
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