[gjs: 3/4] CI: Temporarily disable --werror
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 3/4] CI: Temporarily disable --werror
- Date: Mon, 25 Jul 2022 06:02:33 +0000 (UTC)
commit 825d85a1057d2330c2811116315669606b8e4ac3
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Jul 24 22:55:13 2022 -0700
CI: Temporarily disable --werror
There are some warnings showing up with the new version of the compiler
in the newly-built image that don't have obvious fixes. Normally we stop
the build if there are warnings, but we will temporarily disable that and
allow it to proceed until these new warnings can be fixed. (One of them
seems to come from SpiderMonkey and would be fixed in the SpiderMonkey
upgrade, it seems.)
test/test-ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index da8956667..dd61e17ec 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -139,7 +139,7 @@ elif test "$1" = "BUILD"; then
do_Set_Env
DEFAULT_CONFIG_OPTS="-Dcairo=enabled -Dreadline=enabled -Dprofiler=enabled \
- -Ddtrace=false -Dsystemtap=false -Dverbose_logs=false --werror"
+ -Ddtrace=false -Dsystemtap=false -Dverbose_logs=false"
meson _build $DEFAULT_CONFIG_OPTS $CONFIG_OPTS
ninja -C _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]