Keith Smiley
Keith Smiley
if you'd like to target a specific C++ version you should make sure to pass `--cxxopt=-std=c++17` in your `.bazelrc` or BUILD files. If you would like to make sure you...
https://github.com/apple/swift/blob/main/docs/Backtracing.rst#macos I think the second part of the instructions would be required too, worth a try
you should probably solve this with `--incompatible_strict_action_env` or something similar. removing this would remove `--action_env` values from the run, which is likely unexpected
this currently includes https://github.com/bufbuild/protoc-gen-validate/pull/1111
nice! this will unblock bazel itself upgrading protobuf / grpc
looks like the maven list is good now?
I don't think it's possible to use this rule without xcode installed since it relies on this? https://github.com/bazelbuild/apple_support/blob/19cbebf9332fc78f67d03592aad15c300f846c23/lib/apple_support.bzl#L223
I think im wrong about that and it must be a no-op for linux at the very least. at first i wasn't thinking we should merge this but i've since...
Rules python has always worked this way. So yea it's not a regression.
> have you tried running bazel test --run_under_lldb --@rules_python//python/config_settings:bootstrap_impl=script :tests I hadn't but it looks like that doesn't work. AFAICT the script produced in this case ends up being the...