-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Fill out AVR target metadata #147369
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
Fill out AVR target metadata #147369
Conversation
This will make `-Zbuild-std` automatically build the right crates, notably not building `std` by default, which will both be useful for users and also fix the build for https://does-it-build.noratrieb.dev.
These commits modify compiler targets. |
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r? jieyouxu @bors r+ rollup |
Rollup of 5 pull requests Successful merges: - #144908 (Fix doctest output json) - #147262 (Make #[link="dl"] an FCW rather than an error) - #147364 (update autodiff testcases) - #147367 (Trivial code cleanup in resolve) - #147369 (Fill out AVR target metadata) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #147369 - Noratrieb:avr-metadata, r=jieyouxu Fill out AVR target metadata This will make `-Zbuild-std` automatically build the right crates, notably not building `std` by default, which will both be useful for users and also fix the build for https://does-it-build.noratrieb.dev, which currently tries to build std: http://localhost:3000/build?nightly=2025-07-12&target=avr-none&mode=std. cc `@Patryk27` but I don't think this necessarily needs your approval
This will make
-Zbuild-std
automatically build the right crates, notably not buildingstd
by default, which will both be useful for users and also fix the build for https://does-it-build.noratrieb.dev, which currently tries to build std: http://localhost:3000/build?nightly=2025-07-12&target=avr-none&mode=std.cc @Patryk27 but I don't think this necessarily needs your approval