From: Andreas Schneider Date: Tue, 20 Jul 2021 17:06:28 +0000 (+0200) Subject: autobuild: Exclude fips envs from samba and samba-mitkrb5 X-Git-Tag: ldb-2.5.0~1060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e3fda5be56cb96139093ca98e4dfb6817aea39;p=thirdparty%2Fsamba.git autobuild: Exclude fips envs from samba and samba-mitkrb5 The FIPS envs only work on Fedora. Ubuntu doesn't have FIPS support! Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy --- diff --git a/script/autobuild.py b/script/autobuild.py index 85dff88a773..7ec3073f67e 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -326,6 +326,8 @@ tasks = { "schema_pair_dc", "schema_dc", "clusteredmember", + "ad_dc_fips", + "ad_member_fips", ])), ("test-slow-none", make_test(cmd='make test', TESTS="--include=selftest/slow-none", include_envs=["none"])), ("lcov", LCOV_CMD), @@ -392,6 +394,8 @@ tasks = { "schema_pair_dc", "schema_dc", "clusteredmember", + "ad_dc_fips", + "ad_member_fips", ])), ("lcov", LCOV_CMD), ("install", "make install"),