0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

github/workflows: remove some pip3 usages

When this was originally added, some OS package managers were slow and
behind the required meson version needed for mpv to build. Both opensuse
tumbleweed and freebsd now appear to carry meson 0.60.3 in their repos
so we no longer need to do the two-step process of installing pip3 and
then installing meson via pip. Instead, just use the OS package manager
version.
This commit is contained in:
Dudemanguy 2022-01-08 12:03:21 -06:00
parent e3b835de7c
commit 5ac8f85d3d

View File

@ -126,10 +126,7 @@ jobs:
- name: Install dependencies
run: |
./bootstrap.py
# TODO: switch back to zypper when OpenSuse updates Meson
# zypper -n install meson
zypper -n install python3-pip
pip install --no-input meson ninja
zypper -n install meson
- name: Build with meson
run: |
@ -166,6 +163,7 @@ jobs:
libplacebo \
libxkbcommon \
luajit \
meson \
openal-soft \
pkgconf \
python3 \
@ -190,8 +188,5 @@ jobs:
uchardet \
v4l_compat \
#
# Meson from pkg is too old
python3 -m ensurepip
pip3 install --no-input meson ninja
run: |
./ci/build-freebsd.sh