diff options
| author | Jakub Beránek <jakub.beranek@vsb.cz> | 2023-06-03 09:41:44 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-07-09 08:39:50 +0200 |
| commit | 91d2fb2e2b0dd5d285a6c5c1489ff06c806490e1 (patch) | |
| tree | 42865952d637a4274b15eac3a5e629d996d92450 /src/tools/tidy | |
| parent | 03247fbbe87b28a991d721c4fe7cdf4e6fc5d5a3 (diff) | |
| download | rust-91d2fb2e2b0dd5d285a6c5c1489ff06c806490e1.tar.gz rust-91d2fb2e2b0dd5d285a6c5c1489ff06c806490e1.zip | |
Port PGO/LTO/BOLT optimized build pipeline to Rust
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index ecc84c1618c..1dea956c117 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -40,10 +40,12 @@ const EXCEPTIONS: &[(&str, &str)] = &[ ("ar_archive_writer", "Apache-2.0 WITH LLVM-exception"), // rustc ("colored", "MPL-2.0"), // rustfmt ("dissimilar", "Apache-2.0"), // rustdoc, rustc_lexer (few tests) via expect-test, (dev deps) + ("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"), // opt-dist ("fluent-langneg", "Apache-2.0"), // rustc (fluent translations) ("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target. FIXME: this dependency violates the documentation comment above. ("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot ("mdbook", "MPL-2.0"), // mdbook + ("openssl", "Apache-2.0"), // opt-dist ("ryu", "Apache-2.0 OR BSL-1.0"), // cargo/... (because of serde) ("self_cell", "Apache-2.0"), // rustc (fluent translations) ("snap", "BSD-3-Clause"), // rustc |
