diff options
author | Stefan Metzmacher <metze@samba.org> | 2020-04-03 12:16:08 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2020-09-07 12:02:15 +0000 |
commit | 896b7bbcf25b336a970441396d8e60c3d115a1b9 (patch) | |
tree | 3b061c1c56ea24322416e0fa2c52c8293bb9b8fe /.gitlab-ci.yml | |
parent | e0e51632cf77be439ebcbcba025a42e8558fa824 (diff) | |
download | samba-896b7bbcf25b336a970441396d8e60c3d115a1b9.tar.gz |
bootstrap: install perl-JSON on on rpm distributions
This will be needed for the next heimdal import.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@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 39c5d2765c3..eac719e5ee5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: abd0e3b4cadc9691200c43769e69a3a7b50d9fde + SAMBA_CI_CONTAINER_TAG: 2b36c89aa12c35958fd95380615dde0ef5a97b9d # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |