summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-28 13:02:59 -0600
committerDudemanguy <random342@airmail.cc>2023-11-28 21:47:13 +0000
commitc7d8e155d2a5f5704298f990bbcda41f6ef1d502 (patch)
tree4a44c8d0eda12056858ccbd7b1ba8764d19ab36a /ci/build-tumbleweed.sh
parent60a31a8a284e539043c47a33ff90f3d55aade6a8 (diff)
downloadmpv-c7d8e155d2a5f5704298f990bbcda41f6ef1d502.tar.bz2
mpv-c7d8e155d2a5f5704298f990bbcda41f6ef1d502.tar.xz
ci/tumbleweed: don't enable shaderc
It only ever had any real affect on windows so with the previous build change, enabling it cannot work.
Diffstat (limited to 'ci/build-tumbleweed.sh')
-rwxr-xr-xci/build-tumbleweed.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 89253a4a8f..069372a21c 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -12,7 +12,6 @@ meson setup build \
-Dlibmpv=true \
-Dmanpage-build=enabled \
-Dpipewire=enabled \
- -Dshaderc=enabled \
-Dtests=true \
-Dvulkan=enabled
meson compile -C build