build: Fix build farm for hosts other than our coverage test
[build-farm.git] / SerNet-Tru64.fns
index 1f10f101b92e11f5838e516b5bd280c86c7247a1..b9c093d72189d317e5cb536edc2af955a8a2a95b 100644 (file)
@@ -1,17 +1,11 @@
-per_run_hook
+compilers="cc"
 
-global_lock
-
-compiler=cc
-
-MAXTIME=9000
-export MAXTIME
+MAXTIME=18000
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_X_test source $compiler
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 
-global_unlock
+. generic.fns