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

Eric Fiselier eric at efcs.ca
Sun Aug 17 14:54:55 PDT 2014


Hi mclow.lists, danalbert,

Instead of having to update test results for different platforms it would be helpful to just supply links to buildbots that build+test libcxx.
For the FreeBSD bots Pawel Worach gave me the OK to link to them.

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 known 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.12595.patch
Type: text/x-patch
Size: 1275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140817/abbaffab/attachment.bin>


More information about the cfe-commits mailing list