ci/build-linux-old: add missing Werror

Note that deprecated warnings are not disabled on this build, as the
idea is that on "old" one we shouldn't have any depracated warnings
anymore.
This commit is contained in:
Kacper Michajłow 2024-04-28 20:06:05 +02:00
parent e34f6569ee
commit 228f38606b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ git clone https://code.videolan.org/videolan/libplacebo.git \
--depth=1 --branch v6.338 subprojects/libplacebo \
meson setup build \
--werror \
-Dlibplacebo:vulkan=disabled \
-Dlibmpv=true \
-Dlua=enabled \