[PATCH] [libcxx] Add list of currently known buildbots to libc++ homepage

Eric Fiselier eric at efcs.ca
Sun Aug 17 21:33:01 PDT 2014


Done. But to be fair we can't keep track of them :P

http://reviews.llvm.org/D4947

Files:
  www/index.html

Index: www/index.html
===================================================================
--- www/index.html
+++ www/index.html
@@ -134,6 +134,25 @@
    and <a href="results.Linux.html">Linux</a>.
    </p>
 
+   <!--======================================================================-->
+   <h2 id="dir-structure">Build Bots</h2>
+   <!--======================================================================-->
+   <p>These are the libc++ build bots</p>
+   <ul>
+      <li><a href="http://lab.llvm.org:8013/builders/libcxx_clang-x86_64-darwin11-RA">
+        clang-libcxxabi-x86_64-darwin11
+      </a></li>
+      <li><a href="http://llvm-amd64.freebsd.your.org/b/builders/libcxx-amd64-freebsd">
+        clang-libcxxrt-x86_64-freebsd10
+      </a></li>
+      <li><a href="http://llvm-amd64.freebsd.your.org/b/builders/libcxx-i386-freebsd">
+        clang-libcxxrt-i386-freebsd10
+      </a></li>
+      <li><a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-debian">
+        clang-libcxxabi-x86_64-linux-debian
+      </a></li>
+    </ul>
+
   <!--=====================================================================-->
   <h2>Get it and get involved!</h2>
   <!--=====================================================================-->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4947.12602.patch
Type: text/x-patch
Size: 1269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140818/dc1cdf6d/attachment.bin>


More information about the cfe-commits mailing list