google / jwt_verify_lib

Provide c++ library to verify JWT tokens
Apache License 2.0
42 stars 43 forks source link

bazel: Allow to distdir all dependencies #18

Closed vadorovsky closed 5 years ago

vadorovsky commented 5 years ago

To use --distdir option of Bazel (which allows to use previously fetched tarballs instead of downloading dependencies during build), all dependencies should use http instead of git and need to have sha256 sums specified.

This change also updates Abseil and BoringSSL to versions used by Envoy.