mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -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
|
- python3 setup.py install
|
||||||
- cd ..
|
- cd ..
|
||||||
# Do the actual build
|
# Do the actual build
|
||||||
- meson build --werror -Dwebrtc-aec=enabled
|
- meson build -Dwebrtc-aec=enabled
|
||||||
- cd build
|
- cd build
|
||||||
- ninja
|
- ninja
|
||||||
- ulimit -c 0 # don't dump core files on tests that are supposed to assert
|
- 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