Skip to content

Commit 5d389b7

Browse files
authored
Merge pull request #69 from compiler-errors/gcc-fork
Exclude gcc submodule from thanksbot (similar to llvm)
2 parents 5b2c975 + 395833d commit 5d389b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ fn get_submodules(
650650
"https://github.com/rust-lang/jemalloc.git",
651651
"https://github.com/rust-lang/compiler-rt.git",
652652
"https://github.com/rust-lang/hoedown.git",
653+
"https://github.com/rust-lang/gcc.git",
653654
];
654655
is_rust
655656
&& !exclude.contains(&s.repository.as_str())

0 commit comments

Comments
 (0)