-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolchain not detected in rules_foreign_cc #396
Comments
The linked thread has lots of useful information on how to get ffmpeg to build, thanks for linking it. I'll close this issue since the problems are due to ffmpeg using an opinionated configure script rather than any issue we could fix in toolchains_llvm. |
There are things which should be fixed on the toolchain side. For example the Without them, one has to do hacky stuff like the following for meson builds like libdav1d:
or
@fmeum could you please reopen? Thanks! |
That's a good point. Are we not adding them to the tools dict or does rules_foreign_cc not read them from there? Either should be easy to fix. |
It's on my list to debug this further. |
When using the local toolchain, everything builds fine. When using the hermetic tool chain from this repo, some build systems fail to use the compiler for a simple test program.
Reproduction example in bazel-contrib/rules_foreign_cc#1295.
The text was updated successfully, but these errors were encountered: