google / differential-privacy

Google's differential privacy libraries.
Apache License 2.0
3.09k stars 353 forks source link

Support bazel 4.x.x #79

Closed bamnet closed 3 years ago

bamnet commented 3 years ago

In #70, bazel was pinned to version 3.7.2 because of challenges with some dependencies.

The recently released fully-homomorphic-encryption library requires bazel 4.0.0, which means I now need two competing bazel installations to experiment with Google's privacy building blocks. It would be great if this differential-privacy library could catch up so I could blow away the old bazel version.

dibakch commented 3 years ago

Thanks for pointing this out! I would recommend using Bazelisk for Bazel projects. Bazelisk is a Bazel launcher that automatically downloads the required Bazel version.

dibakch commented 3 years ago

Closing this as we are now switched to Bazel 4.1.0