Skip to content

Commit 7e324b7

Browse files
committed
GH-46562: [GLib][CI] Change enable ARROW_GLIB_WERROR by default
1 parent 3cc284f commit 7e324b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/c_glib_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source_dir=${1}/c_glib
2323
build_dir=${2}/c_glib
2424
build_root=${2}
2525

26-
: "${ARROW_GLIB_WERROR:=false}"
26+
: "${ARROW_GLIB_WERROR:=true}"
2727
: "${ARROW_GLIB_VAPI:=true}"
2828
: "${BUILD_DOCS_C_GLIB:=OFF}"
2929
with_doc=$([ "${BUILD_DOCS_C_GLIB}" == "ON" ] && echo "true" || echo "false")

0 commit comments

Comments
 (0)