ci: Drop -werror in build

Can't rely on this while building abseil on older Ubuntu (or at all,
perhaps).

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/795>
This commit is contained in:
Arun Raghavan 2023-08-13 11:55:23 -04:00
parent 3e68ebf4ec
commit 63d38a6864

View file

@ -98,7 +98,7 @@ build-meson:
- python3 setup.py install
- cd ..
# Do the actual build
- meson build --werror -Dwebrtc-aec=enabled
- meson build -Dwebrtc-aec=enabled
- cd build
- ninja
- ulimit -c 0 # don't dump core files on tests that are supposed to assert