diff options
author | Tim Beale <timbeale@catalyst.net.nz> | 2019-02-15 12:17:49 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-02-15 04:35:23 +0100 |
commit | 689a1ee747b3ae1e03bcdae2706ccbb552005a85 (patch) | |
tree | 9ac5a5103d9db17d283ecac6dc88578049568670 /.gitlab-ci.yml | |
parent | e11969def18cb0ea803bc4a0ea2eb0fdfed8edee (diff) | |
download | samba-689a1ee747b3ae1e03bcdae2706ccbb552005a85.tar.gz |
autobuild: Replace samba-buildpy2-only with samba-nopython-py2
For Samba 4.11, the minimum python2 functionality we will support (for
now, at least - we may change our minds) is for the --disable-python
target, i.e. if you're excluding all the python functionality from
samba, then WAF should still support being built with python2.
The use case here is old unix platforms that want to use smbd, but don't
have python3 support.
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c11c9b5c00c..d999cf4693f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,9 @@ samba-none-env: samba-nopython: extends: .shared_template +samba-nopython-py2: + extends: .shared_template + samba-systemkrb5: extends: .shared_template @@ -92,9 +95,6 @@ ctdb: samba-ctdb: extends: .shared_template -samba-buildpy2-only: - extends: .shared_template - samba-ad-dc-ntvfs: extends: .shared_template # this one takes about 100 mins to finish |