Uh oh!
There was an error while loading. Please reload this page.
Enable host tools for aarch64-unknown-linux-ohos - #149139
Conversation
12101111
commented
Nov 20, 2025

rustbot
commented
Nov 20, 2025
These commits modify compiler targets. |
rustbot
commented
Nov 20, 2025
r? @nnethercote rustbot has assigned @nnethercote. Use |
nnethercote
commented
Nov 20, 2025
@bors r+ rollup |
bors
commented
Nov 20, 2025
…rcote Enable host tools for aarch64-unknown-linux-ohos 
Rollup of 9 pull requests Successful merges: - #149033 (autodiff rlib handling) - #149088 (Add missing trailing period to RustDoc for fn create_dir().) - #149111 (fs: Run file lock tests on all platforms that support it) - #149113 (sgx: avoid unnecessarily creating a slice) - #149123 (std: sys: fs: uefi: Fix FileAttr size) - #149125 (In `BTreeMap::eq`, do not compare the elements if the sizes are different.) - #149133 (Remove an unused variable) - #149134 (std: sys: net: uefi: Implement read_vectored) - #149139 (Enable host tools for aarch64-unknown-linux-ohos) r? `@ghost` `@rustbot` modify labels: rollup
Noratrieb
commented
Nov 20, 2025
I don't think this is correct? Since it looks like we don't ship host tools for OpenHarmony. |
Rollup of 9 pull requests Successful merges: - #149033 (autodiff rlib handling) - #149088 (Add missing trailing period to RustDoc for fn create_dir().) - #149111 (fs: Run file lock tests on all platforms that support it) - #149113 (sgx: avoid unnecessarily creating a slice) - #149123 (std: sys: fs: uefi: Fix FileAttr size) - #149133 (Remove an unused variable) - #149139 (Enable host tools for aarch64-unknown-linux-ohos) - #149144 (Reject `async fn` in `const impl` during AST validation) - #149154 (Fix platform supports docs tiny typo) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #149139 - 12101111:ohos-host-tools, r=nnethercote Enable host tools for aarch64-unknown-linux-ohos 
nnethercote
commented
Nov 21, 2025
Oh, sorry, I must have misunderstood. Should I file a revert? |
After #148983, this field is now used by the release process to figure out what to release (before it wasn't used at all), but given that we don't build host tools for this targets that won't work (I don't know if the release will fail or just ignore this target, cc @Mark-Simulacrum). Either way, this does not cause host tools for the target to be built, which needs to be done in the CI config. |
12101111
commented
Nov 21, 2025
Wasn't host tools for this target compiled in |
Noratrieb
commented
Nov 21, 2025
Oh if it exists then that's fine, I couldn't find it in the manifest but maybe it is there |
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#149033 (autodiff rlib handling) - rust-lang#149088 (Add missing trailing period to RustDoc for fn create_dir().) - rust-lang#149111 (fs: Run file lock tests on all platforms that support it) - rust-lang#149113 (sgx: avoid unnecessarily creating a slice) - rust-lang#149123 (std: sys: fs: uefi: Fix FileAttr size) - rust-lang#149133 (Remove an unused variable) - rust-lang#149139 (Enable host tools for aarch64-unknown-linux-ohos) - rust-lang#149144 (Reject `async fn` in `const impl` during AST validation) - rust-lang#149154 (Fix platform supports docs tiny typo) r? `@ghost` `@rustbot` modify labels: rollup