diff options
author | Stefan Metzmacher <metze@samba.org> | 2019-05-23 15:01:52 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-05-28 10:34:24 +0000 |
commit | fa2a530cadb2540a8fb677c6b35d5f85fc635921 (patch) | |
tree | 853d49e4bba441986bce4b6f320f5e0561668329 /.gitlab-ci.yml | |
parent | 37de8208d1c24008c5832b95417a274f86bc2336 (diff) | |
download | samba-fa2a530cadb2540a8fb677c6b35d5f85fc635921.tar.gz |
bootstrap: add mingw packages
This makes sure we at least compile the example/winexe code
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbf329178b4..dfa1f6423d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,11 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 1185fa2a316b3bb7e0c24e9fb8279d4c17450809 + SAMBA_CI_CONTAINER_TAG: a50a08a6ecfbe1113f3892c0cb3e2646d58a1521 + # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. + # SAMBA_CI_CONTAINER_IMAGE: ubuntu1804 # # The following images are available |