[pygobject/pygobject-3-42] CI: pass -Wno-error=deprecated-declarations for MSYS2
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-3-42] CI: pass -Wno-error=deprecated-declarations for MSYS2
- Date: Fri, 1 Apr 2022 17:09:04 +0000 (UTC)
commit 0b35ce09c94ef0482fe9d70d0fb2df45c7292906
Author: Christoph Reiter <reiter christoph gmail com>
Date: Sat Mar 26 21:04:14 2022 +0100
CI: pass -Wno-error=deprecated-declarations for MSYS2
There are some glib deprecations that need fixing, but let's get
CI green again first.
.gitlab-ci/test-msys2.sh | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 8fc42146..8cd39afd 100755
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -32,6 +32,9 @@ COV_KEY="${CI_JOB_NAME}"
mkdir -p "${COV_DIR}"
export COVERAGE_FILE="${COV_DIR}/.coverage.${COV_KEY}"
+# FIXME: g_callable_info_free_closure etc
+CFLAGS+=" -Wno-error=deprecated-declarations"
+
# https://docs.python.org/3/using/cmdline.html#envvar-PYTHONDEVMODE
export PYTHONDEVMODE=1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]