[gcr/tintou/fix-ci] ci: Use the correct arguments for the address sanitizer
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr/tintou/fix-ci] ci: Use the correct arguments for the address sanitizer
- Date: Mon, 30 May 2022 21:28:59 +0000 (UTC)
commit 713397e46f7b040a558fe8241fdfa6e92d037722
Author: Corentin Noël <corentin noel collabora com>
Date: Mon May 30 23:28:00 2022 +0200
ci: Use the correct arguments for the address sanitizer
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d6f57c4..fe81e769 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ fedora:asan:
- dnf install -y 'dnf-command(builddep)' $DEPENDENCIES libasan
- dnf builddep -y gcr
script:
- - meson _build -Dsanitize=address -Dgtk_doc=false
+ - meson _build -Db_sanitize=address -Dgtk_doc=false
- dbus-run-session -- meson test -C _build
artifacts:
name: "gcr-asan-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
@@ -52,7 +52,7 @@ fedora:ubsan:
- dnf install -y 'dnf-command(builddep)' $DEPENDENCIES libubsan
- dnf builddep -y gcr
script:
- - meson _build -Dsanitize=undefined -Dgtk_doc=false
+ - meson _build -Db_sanitize=undefined -Dgtk_doc=false
- dbus-run-session -- meson test -C _build
artifacts:
name: "gcr-ubsan-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]