Skip to content

Commit

Permalink
Merge pull request #69 from compiler-errors/gcc-fork
Browse files Browse the repository at this point in the history
Exclude gcc submodule from thanksbot (similar to llvm)
  • Loading branch information
pietroalbini authored Sep 16, 2024
2 parents 5b2c975 + 395833d commit 5d389b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ fn get_submodules(
"https://github.com/rust-lang/jemalloc.git",
"https://github.com/rust-lang/compiler-rt.git",
"https://github.com/rust-lang/hoedown.git",
"https://github.com/rust-lang/gcc.git",
];
is_rust
&& !exclude.contains(&s.repository.as_str())
Expand Down

0 comments on commit 5d389b7

Please sign in to comment.