Use python 2.5 on tridge (see if Fedora 8 x86_64 bug is reproduced).
[amitay/build-farm.git] / tridge.fns
1 # We need to disable ccache for the lcov love to work
2 export CCACHE_DISABLE=yes
3 export LCOV_REPORT=yes
4 export PYTHON_VERSION=2.5
5
6 compiler=gcc
7
8 . common.fns
9
10 #lcov like shared libraries
11 export config="--disable-shared"
12 export PIDL_TESTS_SKIP=yes
13 test_tree samba_4_0_test source $compiler 
14
15 export config=""
16 test_tree samba_3_2_test source $compiler
17
18 #lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
19 export config="--with-ldap=/usr --without-openssl --disable-shared"
20 test_tree lorikeet-heimdal . $compiler
21