From f06090243d870c2c0f6f1551eff0688a45fab298 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 14 Sep 2020 15:12:13 -0400 Subject: [PATCH] [libc++] Use LLVM 11 instead of trunk on build bots Somehow the snapshot of LLVM trunk we use was seeing failures. --- libcxx/utils/docker/debian9/buildbot/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/docker/debian9/buildbot/docker-compose.yml b/libcxx/utils/docker/debian9/buildbot/docker-compose.yml index b65a91e4e255..bd61dea4871c 100644 --- a/libcxx/utils/docker/debian9/buildbot/docker-compose.yml +++ b/libcxx/utils/docker/debian9/buildbot/docker-compose.yml @@ -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