linux/linkage_checker: remove gcc
from undeclared_deps
This is causing warnings all over Homebrew/homebrew-core. For example, there are dozens of warnings about this in the following CI run: https://github.com/Homebrew/homebrew-core/runs/8116257943?check_suite_focus=true
This commit is contained in:
parent
39d9f14dc8
commit
ef7c9cf17c
@ -80,5 +80,7 @@ class LinkageChecker
|
|||||||
@unwanted_system_dylibs = @system_dylibs.reject do |s|
|
@unwanted_system_dylibs = @system_dylibs.reject do |s|
|
||||||
SYSTEM_LIBRARY_ALLOWLIST.include? File.basename(s)
|
SYSTEM_LIBRARY_ALLOWLIST.include? File.basename(s)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@undeclared_deps.delete("gcc")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user