mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
3e68ebf4ec
commit
63d38a6864
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue