ci: Don't pass superfluous args to install-meson-project
Since a383917b23
, the script only takes two positional arguments,
the repo URL and commit/branch ref.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3563>
This commit is contained in:
parent
1c58c8cb92
commit
4c4735cdf6
@ -124,23 +124,23 @@ variables:
|
|||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.gnome.org/jadahl/catch.git \
|
https://gitlab.gnome.org/jadahl/catch.git \
|
||||||
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66
|
main
|
||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.gnome.org/GNOME/glib.git \
|
https://gitlab.gnome.org/GNOME/glib.git \
|
||||||
main . a7c34b431bfaf3d56de64cb1cfea851ac11099d3
|
main
|
||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.freedesktop.org/libinput/libei.git \
|
https://gitlab.freedesktop.org/libinput/libei.git \
|
||||||
1.0.901 .
|
1.0.901
|
||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
||||||
master .
|
master
|
||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
|
https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
|
||||||
1.33 .
|
1.33
|
||||||
|
|
||||||
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
||||||
mutter mutter-devel \
|
mutter mutter-devel \
|
||||||
|
Loading…
Reference in New Issue
Block a user