Replies: 2 comments 2 replies
-
the tests don’t get the toolchain so thorough tests should be enough |
Beta Was this translation helpful? Give feedback.
1 reply
-
ah yes. This would indeed be the danger of shims. We could have brewkit always add pkg-config to the env. Dunno. Let's decide next time a build error like that happens. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
lots of tools (cough configure cough) expect some or all of these as a matter of course. the most recent yarnpkg.com build failure was buried in a log where the
mozjpeg
module was trying to recompile its binary bits.obvious downside is masking a runtime dependency (mostly only in the case of
perl
.note that unless explicitly adding
pkg-config
,automake
doesn't seem to be able to findpkg.m4
.Beta Was this translation helpful? Give feedback.
All reactions