Closed orionHong closed 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
Oh thanks! I didn't notice the image was different. I will update the Prow job image. Closing this issue
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)