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
I am using following strategies in my .bazelrc file
common --spawn_strategy=remote,worker,local
however the gen rule than does not produce a valid output:
ERROR: /Users/adin.cebic/developer/myProject/BUILD.bazel:10:8: declared output 'coverage.launcher' was not created by genrule. This is probably because the genrule actually didn't create this output, or because the output was a directory and the genrule was run remotely (note that only the contents of declared file outputs are copied from genrules run remotely)
ERROR: /Users/adin.cebic/developer/myProject/BUILD.bazel:10:8: Executing genrule //:sonarqube_coverage_generator [for tool] failed: not all outputs were created or valid
If I modify my .bazelrc file to use "sandboxed" instead of "worker" strategy, than it works fine.
The text was updated successfully, but these errors were encountered:
I am using following strategies in my .bazelrc file
however the gen rule than does not produce a valid output:
If I modify my .bazelrc file to use "sandboxed" instead of "worker" strategy, than it works fine.
The text was updated successfully, but these errors were encountered: