[libc++][Docker] Don't actually start using a newer compiler in the CI
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 4 Feb 2022 22:12:38 +0000 (17:12 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 4 Feb 2022 22:17:17 +0000 (17:17 -0500)
commit78205faf54d336c1ca86ceb8bbcf86188feec2f6
tree7b470978748ebd7835e18765f69512739bb82b8f
parentea2206d70db1aaf1b0e2b01415292ec807108880
[libc++][Docker] Don't actually start using a newer compiler in the CI

To ensure a smooth transition without breaking CI, we should use explicitly
versioned Clangs in the CI jobs definition instead, since that's a change
we can actually test in the CI.

So instead of bumping the compiler version from the Docker image, use
the same version as before by default, and we can bump it from the CI
job definition once all the nodes are running the new image.
libcxx/utils/ci/Dockerfile