mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-28 06:20:36 +01:00
contrib: remove "vala-tools" from "contrib/fedora/REQUIRED_PACKAGES"
Since Fedora 25, vala-tools was merged with "vala" package. And on
rawhide (f36) it's gone completely and leads to a failure of the script.
Drop it.
(cherry picked from commit 53562b1915)
This commit is contained in:
parent
97e0d773e1
commit
2d4a64ce23
2 changed files with 2 additions and 3 deletions
|
|
@ -47,10 +47,10 @@ variables:
|
|||
#
|
||||
# This is done by running `ci-fairy generate-template` and possibly bump
|
||||
# ".default_tag".
|
||||
FEDORA_TAG: '2021-07-12.0-475202004c1a'
|
||||
FEDORA_TAG: '2021-07-12.0-6e150e4c2732'
|
||||
UBUNTU_TAG: '2021-07-12.0-b77047ed62be'
|
||||
DEBIAN_TAG: '2021-07-12.0-b77047ed62be'
|
||||
CENTOS_TAG: '2021-07-12.0-475202004c1a'
|
||||
CENTOS_TAG: '2021-07-12.0-6e150e4c2732'
|
||||
ALPINE_TAG: '2021-07-12.0-d7a8aea74089'
|
||||
|
||||
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ install \
|
|||
teamd-devel \
|
||||
util-linux \
|
||||
vala-devel \
|
||||
vala-tools \
|
||||
valgrind \
|
||||
which \
|
||||
"${EXTRA_PACKAGES[@]}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue