5 ms·
`bazel run` is for a rule that has been marked `executable = True` and there is no such rule in the repository. If you `bazel build //...`, you should get the
by hashar 3y ago
`bazel run` is for a rule that has been marked `executable = True` and there is no such rule in the repository.
If you `bazel build //...`, you should get the compiled libs under `bazel-out/*fastbuild/bin/`.