summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-17 12:45:45 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-10-17 12:45:45 +0900
commitc2d015eb248bae91ff0c7a47b2caa0dd1dea82a8 (patch)
tree66208afb41212ebb46364c0078bab4b46c7273d8 /.github
parentf0a1bdf06c6080bf8a01d2a423aa824d91cdaf3d (diff)
downloadrust-libc-c2d015eb248bae91ff0c7a47b2caa0dd1dea82a8.tar.gz
Add FIXME comment for redox
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index ffbef975af..2201899e47 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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