diff options
author | Stefan Metzmacher <metze@samba.org> | 2020-02-07 11:00:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2020-02-15 10:11:28 +0000 |
commit | fb5a99fa0200785ef1b5a8c9bc4a645d09fbeb5e (patch) | |
tree | 3c46f63a8e4cb9398b70cfb26c175e5f0dedf69e /.gitlab-ci.yml | |
parent | c1b9bf993402f7d74f992c609ede94653e87172f (diff) | |
download | samba-fb5a99fa0200785ef1b5a8c9bc4a645d09fbeb5e.tar.gz |
bootstrap: replace libaio-dev/libaio-devel with liburing-dev/liburing-devel
We'll never use libaio, but will soon add a io_uring vfs module.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@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 df91d7dadb1..56adf10c7be 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: cffd3e4d9ad505cbf2b6732d2e3021d60e4159ad + SAMBA_CI_CONTAINER_TAG: 41319f2580c026f66b2750604a0eb15d6b6f7b50 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |