1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

autobuild: Run the none env in the samba-o3 build

This includes tests which should make sure that certain code is not
optimized away, like memset_s().

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Mar  9 23:42:26 UTC 2020 on sn-devel-184
This commit is contained in:
Andreas Schneider 2019-11-22 15:23:35 +01:00 committed by Andrew Bartlett
parent 609c990347
commit 54f26cfcf2
2 changed files with 2 additions and 13 deletions

View File

@ -119,9 +119,6 @@ samba:
samba-mitkrb5:
extends: .shared_template
samba-none-env:
extends: .shared_template
samba-nopython:
extends: .shared_template
@ -221,7 +218,6 @@ pages:
- others
- samba
- samba-mitkrb5
- samba-none-env
- samba-nopython
- samba-nopython-py2
- samba-xc

View File

@ -544,7 +544,8 @@ tasks = {
("random-sleep", random_sleep(300, 900)),
("configure", "ADDITIONAL_CFLAGS='-O3 -Wp,-D_FORTIFY_SOURCE=2' ./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params),
("make", "make -j"),
("test", make_test(cmd='make quicktest', include_envs=["ad_dc"])),
("test", make_test(cmd='make test', include_envs=["none"])),
("quicktest", make_test(cmd='make quicktest', include_envs=["ad_dc"])),
("lcov", LCOV_CMD),
("install", "make install"),
("check-clean-tree", "script/clean-source-tree.sh"),
@ -614,14 +615,6 @@ tasks = {
("allshared-make", "make -j"),
],
"samba-none-env": [
("random-sleep", random_sleep(1, 1)),
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
("make", "make -j"),
("test", make_test(include_envs=["none"])),
("lcov", LCOV_CMD),
],
"samba-static": [
("random-sleep", random_sleep(1, 1)),
# build with all modules static