google / jwt_verify_lib

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

Update .bazelrc to use clang-10 #86

Closed orionHong closed 2 years ago

orionHong commented 2 years ago

Our current CI image uses clang-10 instead of clang-13 (failure message).

Changing .bazelrc to use clang-10 for now, but we should probably update our CI image to use clang-13 (tracked in b/258203283)

nareddyt commented 2 years ago
docker run -it --entrypoint /bin/sh gcr.io/cloudesf-testing/gcpproxy-prow:v20220829-v2.38.0-5-gc746373d-master

# clang-10 --version
/bin/sh: 1: clang-10: not found

# clang-13 --version
Debian clang version 13.0.1-++20220120110853+75e33f71c2da-1~exp1~20220120230903.67
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
orionHong commented 2 years ago

Oh thanks! I didn't notice the image was different. I will update the Prow job image. Closing this issue