diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2016-08-26 12:07:34 +1200 |
---|---|---|
committer | Douglas Bagnall <dbagnall@samba.org> | 2016-08-31 07:09:26 +0200 |
commit | af7948495f31199e560f8fc49b5fc508564a0e09 (patch) | |
tree | efb60986d3f72c42cbd1ddfe6ce102ff5e8e8cd7 /script | |
parent | 1d0dd5bf5eef4ceedb4c99bd1de8042f26201bb8 (diff) | |
download | samba-af7948495f31199e560f8fc49b5fc508564a0e09.tar.gz |
autobuild: disable abi check on O3 build
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index d6546052838..b4357907142 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -90,7 +90,7 @@ tasks = { # test build with -O3 -- catches extra warnings and bugs "samba-o3" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"), - ("configure", "ADDITIONAL_CFLAGS='-O3' ./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), + ("configure", "ADDITIONAL_CFLAGS='-O3' ./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params, "text/plain"), ("make", "make -j", "text/plain"), ("test", "make quicktest FAIL_IMMEDIATELY=1 TESTS='\(ad_dc\)'", "text/plain"), ("install", "make install", "text/plain"), |