Keith Smiley

Results 1359 comments of Keith Smiley

Here's an upstream issue summarizing the state of things https://github.com/bazelbuild/rules_cc/issues/373 but without this change, if you're using a hermetic sysroot, it is not correctly picked up

i think i need diff flag here, in my testing it's still using the static version

nvm, this does work as long as you have a valid libstdc++.so in the sysroot

ci fix: https://github.com/bazel-contrib/toolchains_llvm/pull/427

You likely need to pass macos_minimum_os to make sure the binary is built for your version and not a newer one. You can check the binary with vtool to see...

probably worth verifying the compile commands do correctly have the minimal OS version baked into them. is the crash report the same as the original post?

I missed that adding the C++ stdlib explicitly fixes things. I don't know why that's generally not passed by default. I think it might have to do with the cc...

I haven't implemented that behavior. It's definitely possible to change this to do that