diff options
author | Thomas Haller <thaller@redhat.com> | 2021-05-26 22:14:06 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-05-26 22:16:35 +0200 |
commit | 7e581a0303e501827766292211ae193ca321fb6f (patch) | |
tree | bcd906d1b1172aefb50bba406cb53afcee71696c /.gitlab-ci.yml | |
parent | 4e7040d46d0657894a93a7fdedb4a6aec0b130bb (diff) | |
download | NetworkManager-7e581a0303e501827766292211ae193ca321fb6f.tar.gz |
Revert "contrib: no longer install libuuid as build dependency"
Ups, we actually still require libuuid. Actually, we only need to
to build the example script `examples/C/glib/add-connection-gdbus.c`.
The proper solution would be to make this an optional dependency.
So far this was not yet done. Also, libuuid is really an ubiquitous
dependency on Linux, so it's not really a problem to have this build
dependency, even if it's just to build the examples.
This reverts commit c0a3947ff9571b0b36b3c1acc358ea7d8599afa9.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2249b8b57..411a937279 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,10 +47,10 @@ variables: # # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". - FEDORA_TAG: '2021-01-28.0-2010ca4a2530' - UBUNTU_TAG: '2021-01-28.0-93aff6dd74af' - DEBIAN_TAG: '2021-01-28.0-93aff6dd74af' - CENTOS_TAG: '2021-01-28.0-2010ca4a2530' + FEDORA_TAG: '2021-01-28.0-9831d9f49e57' + UBUNTU_TAG: '2021-01-28.0-b88d09982586' + DEBIAN_TAG: '2021-01-28.0-b88d09982586' + CENTOS_TAG: '2021-01-28.0-9831d9f49e57' ALPINE_TAG: '2021-01-28.0-3913bcd6d86c' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' |