google / fully-homomorphic-encryption

An FHE compiler for C++
Apache License 2.0
3.5k stars 252 forks source link

bazel version 4.0.0 #39

Closed alphanumericnonsense closed 1 year ago

alphanumericnonsense commented 1 year ago

Trying to play hangman. My version of bazel is 6.1.1, whereas the version specified in fully-homomorphic-encryption/.bazelversion is 4.0.0. Can I change this to a current version? I'm not even sure where to get 4.0.0 (here I guess).

asraa commented 1 year ago

Hey! I'd recommend using Bazelisk, which manages the bazel version for the build depending on the configuration.

https://github.com/bazelbuild/bazelisk

It can handle the upgrade/downgrading!