[libcxx-commits] [libcxx] f060902 - [libc++] Use LLVM 11 instead of trunk on build bots

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 14 12:12:59 PDT 2020


Author: Louis Dionne
Date: 2020-09-14T15:12:13-04:00
New Revision: f06090243d870c2c0f6f1551eff0688a45fab298

URL: https://github.com/llvm/llvm-project/commit/f06090243d870c2c0f6f1551eff0688a45fab298
DIFF: https://github.com/llvm/llvm-project/commit/f06090243d870c2c0f6f1551eff0688a45fab298.diff

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

Somehow the snapshot of LLVM trunk we use was seeing failures.

Added: 
    

Modified: 
    libcxx/utils/docker/debian9/buildbot/docker-compose.yml

Removed: 
    


################################################################################
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


        


More information about the libcxx-commits mailing list