diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-02 15:21:38 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-02 15:21:38 +0000 |
| commit | c959f6e5fd13fc8312d96aeb0fa0ae7e70f0ad98 (patch) | |
| tree | 307a353dad448ff48e2721e7a4ca17b13c93b15d | |
| parent | 60f0cd87e80bc227595d4c42860e3c7ec94ca35f (diff) | |
| download | rust-c959f6e5fd13fc8312d96aeb0fa0ae7e70f0ad98.tar.gz rust-c959f6e5fd13fc8312d96aeb0fa0ae7e70f0ad98.zip | |
Update tidy license exceptions and allowed dependencies
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index f3bd72fe647..bad7b5783bc 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -203,7 +203,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[ ("cranelift-module", "Apache-2.0 WITH LLVM-exception"), ("cranelift-native", "Apache-2.0 WITH LLVM-exception"), ("cranelift-object", "Apache-2.0 WITH LLVM-exception"), - ("mach", "BSD-2-Clause"), + ("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"), ("regalloc2", "Apache-2.0 WITH LLVM-exception"), ("target-lexicon", "Apache-2.0 WITH LLVM-exception"), ("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"), @@ -537,7 +537,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[ "libc", "libloading", "log", - "mach", + "mach2", "memchr", "object", "once_cell", @@ -554,9 +554,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[ "unicode-ident", "version_check", "wasmtime-jit-icache-coherence", - "winapi", - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", "windows-sys", "windows-targets", "windows_aarch64_gnullvm", |
