Skip to content

Commit c2d015e

Browse files
committed
Add FIXME comment for redox
1 parent f0a1bdf commit c2d015e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ jobs:
132132
x86_64-linux-android,
133133
x86_64-unknown-linux-gnux32,
134134
x86_64-unknown-linux-musl,
135+
# FIXME: It seems some items in `src/unix/mod.rs`
136+
# aren't defined on redox actually.
137+
# x86_64-unknown-redox,
135138
]
136139
steps:
137140
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master

0 commit comments

Comments
 (0)