Skip to content

Commit e3cd164

Browse files
committed
Temporarily disable test with release mode on aarch64-unknown-linux-gnu
Refs: #2451
1 parent 464f903 commit e3cd164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- run: cargo install cross
5353
- run: cross test --target ${{ matrix.target }} --workspace --all-features
5454
- 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'
5557

5658
core-msrv:
5759
name: cargo +${{ matrix.rust }} build (futures-{core, io, sink, task})

0 commit comments

Comments
 (0)