mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
ci: set ASAN_OPTIONS=detect_odr_violation=0
Signed-off-by: Simon Ser <contact@emersion.fr> References: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/154
This commit is contained in:
parent
2d5acfa5c3
commit
e105360783
1 changed files with 3 additions and 1 deletions
|
|
@ -156,6 +156,8 @@ armv7-debian-container_prep:
|
||||||
.build-env:
|
.build-env:
|
||||||
variables:
|
variables:
|
||||||
MESON_BUILD_TYPE: "-Dbuildtype=debug -Doptimization=0 -Db_sanitize=address,undefined"
|
MESON_BUILD_TYPE: "-Dbuildtype=debug -Doptimization=0 -Db_sanitize=address,undefined"
|
||||||
|
# See https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/154
|
||||||
|
ASAN_OPTIONS: "detect_odr_violation=0"
|
||||||
before_script:
|
before_script:
|
||||||
- export BUILD_ID="wayland-$CI_JOB_NAME"
|
- export BUILD_ID="wayland-$CI_JOB_NAME"
|
||||||
- export PREFIX="${CI_PROJECT_DIR}/prefix-${BUILD_ID}"
|
- export PREFIX="${CI_PROJECT_DIR}/prefix-${BUILD_ID}"
|
||||||
|
|
@ -191,7 +193,7 @@ armv7-debian-container_prep:
|
||||||
# for every single subtest. For now, in order to get AArch64 builds and
|
# for every single subtest. For now, in order to get AArch64 builds and
|
||||||
# tests into CI, just assume that we're not going to leak any more on
|
# tests into CI, just assume that we're not going to leak any more on
|
||||||
# AArch64 than we would on ARMv7 or x86-64.
|
# AArch64 than we would on ARMv7 or x86-64.
|
||||||
ASAN_OPTIONS: "detect_leaks=0"
|
ASAN_OPTIONS: "detect_leaks=0,detect_odr_violation=0"
|
||||||
tags:
|
tags:
|
||||||
- aarch64
|
- aarch64
|
||||||
needs:
|
needs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue