Skip to content

Commit feede47

Browse files
author
Al Hoang
committed
haiku: add to cirrus builder per suggestion
1 parent 147daf3 commit feede47

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ task:
286286
- name: OpenBSD x86_64
287287
env:
288288
TARGET: x86_64-unknown-openbsd
289+
- name: Haiku x86_64
290+
env:
291+
TARGET: x86_64-unknown-haiku
289292
setup_script:
290293
- rustup component add rust-src
291294
<< : *BUILD

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Tier 3:
8585
* x86_64-unknown-linux-gnux32
8686
* x86_64-unknown-openbsd
8787
* x86_64-unknown-redox
88+
* x86_64-unknown-haiku
8889

8990
## Minimum Supported Rust Version (MSRV)
9091

bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ status = [
3535
"iOS aarch64",
3636
"iOS x86_64",
3737
"Illumos",
38+
"Haiku x86_64",
3839
]
3940

4041
# Set bors's timeout to 1 hour

0 commit comments

Comments
 (0)