diff options
author | Andrew Bartlett <abartlet@samba.org> | 2020-03-04 13:58:48 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2020-03-09 22:03:26 +0000 |
commit | d048d7e17d756099e208fa4d6b931a147b0b1489 (patch) | |
tree | 72b8ab1f2c200fddf6c238abf0354b8c5b4aadfc /.gitlab-ci.yml | |
parent | 0ae4f368c6c8d2c8c7aa34069007a984055df0da (diff) | |
download | samba-d048d7e17d756099e208fa4d6b931a147b0b1489.tar.gz |
bootstrap: Remove long-unsupported OS versions
Samba has not built on these versions for quite some time due to
the need for Python 3.5 and GnuTLS 3.4.7
These were always marked as broken, but given the requirements
these are never likely to come back.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56adf10c7be..00ffff202d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 41319f2580c026f66b2750604a0eb15d6b6f7b50 + SAMBA_CI_CONTAINER_TAG: cd4cebb9c611fb98f3a21171dd4832df930add28 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |