]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
autobuild: Exclude fips envs from samba and samba-mitkrb5
authorAndreas Schneider <asn@samba.org>
Tue, 20 Jul 2021 17:06:28 +0000 (19:06 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Jul 2021 06:30:31 +0000 (06:30 +0000)
The FIPS envs only work on Fedora. Ubuntu doesn't have FIPS support!

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
script/autobuild.py

index 85dff88a7730a7eef8b97763eeba99613ce6ef34..7ec3073f67e5aecd13d8947948fca130a89b0cea 100755 (executable)
@@ -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"),