[libc++] Use LLVM 11 instead of trunk on build bots

Somehow the snapshot of LLVM trunk we use was seeing failures.
This commit is contained in:
Louis Dionne 2020-09-14 15:12:13 -04:00
parent abf1c82dcc
commit f06090243d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
context: https://github.com/llvm/llvm-project.git#master:libcxx/utils/docker/debian9/buildbot
args:
gcc_tot: "ericwf/gcc:9.2.0"
llvm_tot: "ericwf/llvm:trunk-2020-09-11"
llvm_tot: "ericwf/llvm:11.x"
image: llvm-buildbot-worker
volumes:
- /var/run/docker.sock:/var/run/docker.sock