Bug: some formulae fail to build when ccache is installed
#6920
Answered
by
SMillerDev
matteosecli
asked this question in
Everyday usage
-
How to reproducedocker run --rm -it ghcr.io/homebrew/ubuntu24.04:main \
bash -lc 'brew install --yes ccache && brew install --yes --build-from-source ada-url'OutputAffected formulaeSo far I was able to identify only WorkaroundsBy looking at 1. Not having
|
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Jun 25, 2026
Replies: 1 comment 3 replies
-
|
That's not a bug in Homebrew and should instead be reported to the tools that fail to build if ccache is present but not in the path. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can make a PR adding it to the
std_cmake_argsin Homebrew/brew. But I don't think we should add a flag to a couple of formula to avoid picking up an unsupported configuration.