summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-23 18:44:27 +0200
committersfan5 <sfan5@live.de>2023-10-23 20:35:13 +0200
commit7d63b81cf14c4b53430695addd034eba4c825f89 (patch)
tree8f1ad0e7abca7a868837dc590698bb6d6be46325 /ci/build-tumbleweed.sh
parentbfb10a8e86367a40d51f99fd03a37c4eb05ca623 (diff)
downloadmpv-7d63b81cf14c4b53430695addd034eba4c825f89.tar.bz2
mpv-7d63b81cf14c4b53430695addd034eba4c825f89.tar.xz
ci: disable Werror for libplacebo subproject build
Diffstat (limited to 'ci/build-tumbleweed.sh')
-rwxr-xr-xci/build-tumbleweed.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 89253a4a8f..03e8d1ac1e 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -3,6 +3,7 @@ set -e
meson setup build \
--werror \
+ -Dlibplacebo:werror=false \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Db_sanitize=address,undefined \
-Dcdda=enabled \