Merge pull request #17306 from Homebrew/indirect-gcc-linkage-linux

linkage_checker: remove `gcc` from `@indirect_deps` on Linux
This commit is contained in:
Carlo Cabrera 2024-05-16 01:19:16 +08:00 committed by GitHub
commit 82d1ee53dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,5 +45,6 @@ class LinkageChecker
# https://github.com/Homebrew/brew/pull/13796
# TODO: Find a nicer way to handle this. (e.g. examining the ELF file to determine the required libstdc++.)
@undeclared_deps.delete("gcc")
@indirect_deps.delete("gcc")
end
end