google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.84k stars 355 forks source link

Build Lyra with Bazel 5.0.0 #77

Closed reekystive closed 2 years ago

reekystive commented 2 years ago

In the ubuntu-latest and macos-latest virtual environments, the default Bazel version is 5.0.0, which requires build-tools 30.0.0 or newer version to work properly. Lyra is currently using build-tools 29.0.3, which will cause Lyra failed to build with the default Bazel in GitHub Actions virtual environments.

This change will build Lyra with:

Built successfully on hosts:

reekystive commented 2 years ago

Closing this Pull Request due to the messy commits. I will rebase the commits and open a new Pull Request.