google / lyra

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

Lyra fails to build in latest GitHub Actions virtual environment #76

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.

After my attempts, I successfully built Lyra with:

Built successfully on hosts:

reekystive commented 2 years ago

78 fixes this.

aluebs commented 2 years ago

Thank you for testing and fixing this :)