Skip to content

Commit

Permalink
ci: Disable test for i686 unknown linux target (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Aug 7, 2024
1 parent 4139baa commit 2d653b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
target: [
x86_64-unknown-linux-gnu,
i686-unknown-linux-gnu,
# i686-unknown-linux-gnu,
aarch64-unknown-linux-gnu,
armv7-unknown-linux-gnueabihf,
riscv64gc-unknown-linux-gnu,
Expand All @@ -81,8 +81,9 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: i686-unknown-linux-gnu
os: ubuntu-latest
# Disable i686 tests until https://github.com/bytedance/monoio/issues/285 addressed.
# - target: i686-unknown-linux-gnu
# os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: armv7-unknown-linux-gnueabihf
Expand All @@ -108,4 +109,4 @@ jobs:
- target: i686-pc-windows-msvc
os: windows-latest
- target: i686-pc-windows-gnu
os: windows-latest
os: windows-latest

0 comments on commit 2d653b2

Please sign in to comment.