Following the Building for Linux
bazel build -c opt lyra/cli_example:encoder_main
I got (using bazel 5.4):
.../.cache/bazel/.../com_google_glog/BUILD.bazel:7:13: no such package '@gflags//':
The repository '@gflags' could not be resolved:
Repository '@gflags' is not defined and referenced by '@com_google_glog//:glog'
Is glog (Google Logging) needed to use the codec?