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

Use setup-cross-toolchain-action instead of cross #2580

Merged
merged 2 commits into from
Mar 12, 2023
Merged

Use setup-cross-toolchain-action instead of cross #2580

merged 2 commits into from
Mar 12, 2023

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Mar 16, 2022

setup-cross-toolchain-action is a GitHub Action to set up CI environment for cross-testing, including doctest, without dockers.

This also enables test for armv7hf on CI.

Closes #2451 (I guess it is due to old qemu which cross uses)

taiki-e added 2 commits March 12, 2023 15:16
```
warning: `crate::task::panic_waker` is both a module and a function
  --> futures-test/src/task/mod.rs:26:23
   |
26 | //! - [`panic_waker`](crate::task::panic_waker) creates a waker that panics when
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
   |
   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
help: to link to the module, prefix with `mod@`
   |
26 | //! - [`panic_waker`](mod@crate::task::panic_waker) creates a waker that panics when
   |                       ++++
help: to link to the function, add parentheses
   |
26 | //! - [`panic_waker`](crate::task::panic_waker()) creates a waker that panics when
   |                                               ++
```
@taiki-e taiki-e marked this pull request as ready for review March 12, 2023 06:18
@taiki-e taiki-e merged commit 8253b78 into master Mar 12, 2023
@taiki-e taiki-e deleted the cross branch March 12, 2023 06:28
@taiki-e taiki-e mentioned this pull request Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test with release mode on aarch64-unknown-linux-gnu sometimes hangs on CI
1 participant