Add links to previous builds.
[build-farm.git] / SerNet-Tru64.fns
index d8d8c27eb744f475644dd45dcd30c60930a13270..93eb0422ad515d1ed1b75996a5d2d851b866c0da 100644 (file)
@@ -4,10 +4,18 @@ global_lock
 
 compiler=cc
 
-# ldap.h seems to be broken on this box??
+MAXTIME=18000
+export MAXTIME
+SMBD_MAXTIME=8500
+export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export SAMBA_MAXTIME
+
 . common.fns
 test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g" test_tree samba4 source $compiler
-CFLAGS="-g1" test_tree samba_3_0 source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source4 $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_current source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_next source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_master source $compiler
 
 global_unlock