From: Matthieu Gallien Date: Wed, 1 Feb 2023 14:44:26 +0000 (+0100) Subject: disable one definition rule sanitizer check X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~13^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d89b59456c79fc8b805a193b1227281343db56cb;p=nextcloud-desktop.git disable one definition rule sanitizer check Signed-off-by: Matthieu Gallien --- diff --git a/.drone.yml b/.drone.yml index ac25d7f66..b1f475952 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: - cd /drone/build - useradd -m -s /bin/bash test - chown -R test:test . - - su -c 'ASAN_OPTIONS=detect_leaks=0 xvfb-run ctest --output-on-failure' test + - su -c 'ASAN_OPTIONS=detect_odr_violation=0,detect_leaks=0 xvfb-run ctest --output-on-failure' test services: - name: server @@ -97,7 +97,7 @@ steps: - cd /drone/build - useradd -m -s /bin/bash test - chown -R test:test . - - su -c 'ASAN_OPTIONS=detect_leaks=0 xvfb-run ctest --output-on-failure' test + - su -c 'ASAN_OPTIONS=detect_odr_violation=0,detect_leaks=0 xvfb-run ctest --output-on-failure' test services: - name: server