]> 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 0e91656cc75aa6b5bed7c521710ec2f66b67693e..8aa3dc56cf6aae2429571023299f7979b63acb59 100644 (file)
     <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>