Add FIXME comment for redox

This commit is contained in:
Yuki Okushi 2020-10-17 12:45:45 +09:00
parent f0a1bdf06c
commit c2d015eb24
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ jobs:
x86_64-linux-android,
x86_64-unknown-linux-gnux32,
x86_64-unknown-linux-musl,
# FIXME: It seems some items in `src/unix/mod.rs`
# aren't defined on redox actually.
# x86_64-unknown-redox,
]
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master