]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-unix.xml
ReadBig() should be defined in ANSI build too
[wxWidgets.git] / build / buildbot / config / testdrive-unix.xml
index 7a8f391f14efdc5c162542484133e401e639e2ae..8aa3dc56cf6aae2429571023299f7979b63acb59 100644 (file)
@@ -63,7 +63,7 @@
 
 <build>
     <name>Linux IA64 wxGTK Stable</name>
-    <sandbox>td156.testdrive.hp.com</sandbox>
+    <sandbox>td187.testdrive.hp.com</sandbox>
     <builddir>td_gtk_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
     <steps>
         <checkout/>
         <setup cppunit-options="--host=powerpc-apple-darwin8"/>
-        <configure options="--host=powerpc-apple-darwin8"/>
+        <!--
+            The compiler used suffers from a bug in its visibility support
+            and doesn't find some virtual inline functions during linking if it
+            is used, so disable it.
+         -->
+        <configure options="--host=powerpc-apple-darwin8 --disable-visibility"/>
         <compile-all/>
     </steps>
 </build>
 
 <build>
     <name>MinGW32 wxMSW Trunk</name>
-    <sandbox>td189.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <builddir>td_msw</builddir>
     <scheduler>trunk_quick</scheduler>
 
 
 <build>
     <name>MinGW32 wxMSW Stable</name>
-    <sandbox>td189.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <builddir>td_msw_stable</builddir>
     <scheduler>stable_quick</scheduler>
 
 <build>
     <name>Cygwin no-cygwin wxMSW Trunk</name>
     <builddir>td_nocygwin</builddir>
-    <sandbox>td189.testdrive.hp.com</sandbox>
+    <sandbox>td166.testdrive.hp.com</sandbox>
     <scheduler>monday_0600</scheduler>
 
     <steps>