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
test_main.cc is listed as a source in each one of the test targets, so it's compiled each time. Put the test support code in its own cc_library to avoid that.
Description of the problem /
feature request:Bazel tries to compile the same
cpp
file multiple times at once.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Fetch
cppitertools
, try to build everything.What operating system are you running Bazel on?
Ubuntu 18.10
What's the output of
bazel info release
?What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?The text was updated successfully, but these errors were encountered: