forked from OSchip/llvm-project
[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:
parent
abf1c82dcc
commit
f06090243d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue