diff --git a/config.yaml b/config.yaml index b158c78c8c3..07815cd81a3 100644 --- a/config.yaml +++ b/config.yaml @@ -87,6 +87,7 @@ tiers: - "x86_64-unknown-cloudabi" - "x86_64-unknown-freebsd" - "x86_64-unknown-fuchsia" + - "x86_64-unknown-illumos" - "x86_64-unknown-linux-gnux32" - "x86_64-unknown-linux-musl" - "x86_64-unknown-netbsd" diff --git a/web/src/opts.rs b/web/src/opts.rs index db91598b8d6..6315bdeaaf1 100644 --- a/web/src/opts.rs +++ b/web/src/opts.rs @@ -158,6 +158,7 @@ tiers: - "x86_64-unknown-cloudabi" - "x86_64-unknown-freebsd" - "x86_64-unknown-fuchsia" + - "x86_64-unknown-illumos" - "x86_64-unknown-linux-gnux32" - "x86_64-unknown-linux-musl" - "x86_64-unknown-netbsd" @@ -226,7 +227,7 @@ mod test { ); assert_eq!(Some(7), defaults.html.tiers.get(&Tier::Tier1).map(Vec::len)); assert_eq!( - Some(46), + Some(47), defaults.html.tiers.get(&Tier::Tier2).map(Vec::len) ); assert_eq!(