summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-27 22:47:46 +0200
committerJan Ekström <jeebjp@gmail.com>2023-07-29 12:33:50 +0300
commit089a8480a2076edfae3a4ef514201968b0387fc8 (patch)
tree3d1c18b1022615e7504ea42dc5a02016d95b61f9 /ci
parent4c3ed843dc8bde419d8c08565159a83cee9e3b9b (diff)
downloadmpv-089a8480a2076edfae3a4ef514201968b0387fc8.tar.bz2
mpv-089a8480a2076edfae3a4ef514201968b0387fc8.tar.xz
Revert "ci/msys2: double down on running meson through python3.11"
Python 3.11 will be released soon as default Python package, and actually python3.11 package already disappeared from the repository. This reverts commit c637beb5223b0af5a671c8829a0e1a42e7e9a411.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-msys2.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh
index 2a17a8465e..4898a925cc 100755
--- a/ci/build-msys2.sh
+++ b/ci/build-msys2.sh
@@ -1,8 +1,5 @@
#!/bin/sh -e
-python3.11 -m venv venv
-source ./venv/bin/activate
-python -m pip install meson
meson setup build \
-D cdda=enabled \
-D d3d-hwaccel=enabled \