build: Fix build farm for hosts other than our coverage test
[build-farm.git] / SerNet-Tru64.fns
index d8d8c27eb744f475644dd45dcd30c60930a13270..b9c093d72189d317e5cb536edc2af955a8a2a95b 100644 (file)
@@ -1,13 +1,11 @@
-per_run_hook
+compilers="cc"
 
-global_lock
+MAXTIME=18000
+SMBD_MAXTIME=8500
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-compiler=cc
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 
-# ldap.h seems to be broken on this box??
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g" test_tree samba4 source $compiler
-CFLAGS="-g1" test_tree samba_3_0 source $compiler
-
-global_unlock
+. generic.fns