@@ -63,8 +63,9 @@ Tools](#tier-1-with-host-tools).
63
63
## Tier 2 with Host Tools
64
64
65
65
Tier 2 targets can be thought of as "guaranteed to build". The Rust project
66
- builds official binary releases for each tier 2 target, and automated builds
67
- ensure that each tier 2 target builds after each change. Automated tests are
66
+ builds official binary releases of the standard library (or, in some cases,
67
+ only the ` core ` library) for each tier 2 target, and automated builds
68
+ ensure that each tier 2 target can be used as build target after each change. Automated tests are
68
69
not always run so it's not guaranteed to produce a working build, but tier 2
69
70
targets often work to quite a good degree and patches are always welcome!
70
71
@@ -103,11 +104,12 @@ target | notes
103
104
` x86_64-unknown-linux-musl ` | 64-bit Linux with MUSL
104
105
[ ` x86_64-unknown-netbsd ` ] ( platform-support/netbsd.md ) | NetBSD/amd64
105
106
106
- ## Tier 2
107
+ ## Tier 2 without Host Tools
107
108
108
109
Tier 2 targets can be thought of as "guaranteed to build". The Rust project
109
- builds official binary releases for each tier 2 target, and automated builds
110
- ensure that each tier 2 target builds after each change. Automated tests are
110
+ builds official binary releases of the standard library (or, in some cases,
111
+ only the ` core ` library) for each tier 2 target, and automated builds
112
+ ensure that each tier 2 target can be used as build target after each change. Automated tests are
111
113
not always run so it's not guaranteed to produce a working build, but tier 2
112
114
targets often work to quite a good degree and patches are always welcome! For
113
115
the full requirements, see [ Tier 2 target
0 commit comments