[libcxx-commits] [libcxx] c0e1135 - [libc++] Fix URL to llvm github

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 21 07:14:01 PDT 2020


Author: Eric Fiselier
Date: 2020-03-21T10:13:50-04:00
New Revision: c0e1135fb0871206fd4d1c62b9de1e9de861df07

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

LOG: [libc++] Fix URL to llvm github

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 358b9c8e5189..f9a2a2ad9c31 100644
--- a/libcxx/utils/docker/debian9/buildbot/docker-compose.yml
+++ b/libcxx/utils/docker/debian9/buildbot/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
 services:
   llvm-buildbot-worker:
     build:
-      context: https://github.com/llvm-project/llvm-project.git#master:libcxx/utils/docker/debian9/buildbot
+      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:9.x"


        


More information about the libcxx-commits mailing list