@@ -56,7 +56,7 @@ pub(crate) const WORKSPACES: &[(&str, ExceptionList, Option<(&[&str], &[&str])>)
5656 Some ( ( & [ "rustc_codegen_cranelift" ] , PERMITTED_CRANELIFT_DEPENDENCIES ) ) ,
5757 ) ,
5858 // tidy-alphabetical-start
59- // ("compiler/rustc_codegen_gcc", EXCEPTIONS_GCC, None), // FIXME uncomment once all deps are vendored
59+ ( "compiler/rustc_codegen_gcc" , EXCEPTIONS_GCC , None ) ,
6060 //("library/backtrace", &[], None), // FIXME uncomment once rust-lang/backtrace#562 has been synced back to the rust repo
6161 //("library/portable-simd", &[], None), // FIXME uncomment once rust-lang/portable-simd#363 has been synced back to the rust repo
6262 //("library/stdarch", EXCEPTIONS_STDARCH, None), // FIXME uncomment once rust-lang/stdarch#1462 has been synced back to the rust repo
@@ -164,15 +164,12 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
164164 // tidy-alphabetical-end
165165] ;
166166
167- // FIXME uncomment once all deps are vendored
168- /*
169167const EXCEPTIONS_GCC : ExceptionList = & [
170168 // tidy-alphabetical-start
171169 ( "gccjit" , "GPL-3.0" ) ,
172170 ( "gccjit_sys" , "GPL-3.0" ) ,
173171 // tidy-alphabetical-end
174172] ;
175- */
176173
177174const EXCEPTIONS_BOOTSTRAP : ExceptionList = & [
178175 ( "ryu" , "Apache-2.0 OR BSL-1.0" ) , // through serde. BSL is not acceptble, but we use it under Apache-2.0
0 commit comments