Skip to content

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