You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tools/bazel.rc has build:asan --strip=never --copt -fsanitize=address --linkopt -fsanitize=address, bazel build --config=asan //... fails to build go targets, although individual c++ targets can be built successfully. This error did not happen when go stdlib was not built before. Can copt only affect cc targets?
Closing as obsolete. I couldn't reproduce this anymore. Bazel's C/C++ toolchain handling and rules_go's integration with it have been rewritten since this issue was filed, so it seems that this has been fixed.
When tools/bazel.rc has
build:asan --strip=never --copt -fsanitize=address --linkopt -fsanitize=address
,bazel build --config=asan //...
fails to build go targets, although individual c++ targets can be built successfully. This error did not happen when go stdlib was not built before. Can copt only affect cc targets?https://groups.google.com/d/msg/bazel-discuss/zYqML_mqyOA/4ysD4_x-ZSwJ
The text was updated successfully, but these errors were encountered: