We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464f903 commit e3cd164Copy full SHA for e3cd164
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
- run: cargo install cross
53
- run: cross test --target ${{ matrix.target }} --workspace --all-features
54
- run: cross test --target ${{ matrix.target }} --workspace --all-features --release
55
+ # TODO: https://github.com/rust-lang/futures-rs/issues/2451
56
+ if: matrix.target != 'aarch64-unknown-linux-gnu'
57
58
core-msrv:
59
name: cargo +${{ matrix.rust }} build (futures-{core, io, sink, task})
0 commit comments