Skip to content

Commit 3c5fc9d

Browse files
authored
Merge pull request #19 from jclulow/illumos
illumos is now a Tier 2 platform
2 parents e99656c + c4c5e01 commit 3c5fc9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ tiers:
8787
- "x86_64-unknown-cloudabi"
8888
- "x86_64-unknown-freebsd"
8989
- "x86_64-unknown-fuchsia"
90+
- "x86_64-unknown-illumos"
9091
- "x86_64-unknown-linux-gnux32"
9192
- "x86_64-unknown-linux-musl"
9293
- "x86_64-unknown-netbsd"

web/src/opts.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ tiers:
158158
- "x86_64-unknown-cloudabi"
159159
- "x86_64-unknown-freebsd"
160160
- "x86_64-unknown-fuchsia"
161+
- "x86_64-unknown-illumos"
161162
- "x86_64-unknown-linux-gnux32"
162163
- "x86_64-unknown-linux-musl"
163164
- "x86_64-unknown-netbsd"
@@ -226,7 +227,7 @@ mod test {
226227
);
227228
assert_eq!(Some(7), defaults.html.tiers.get(&Tier::Tier1).map(Vec::len));
228229
assert_eq!(
229-
Some(46),
230+
Some(47),
230231
defaults.html.tiers.get(&Tier::Tier2).map(Vec::len)
231232
);
232233
assert_eq!(

0 commit comments

Comments
 (0)