From 63d38a686411b4d78c5f37154670f9c2895e3785 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 13 Aug 2023 11:55:23 -0400 Subject: [PATCH] ci: Drop -werror in build Can't rely on this while building abseil on older Ubuntu (or at all, perhaps). Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb5636afd..5db02bf35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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