diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-20 21:55:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-20 21:55:53 +0300 |
commit | c016fa75335b1c9f35592be6759f574039013b1c (patch) | |
tree | cbfefec95f7c92558451911bdc69e20c38cd807d /tools | |
parent | 1c30ebb589656b1d3bdb746ba7f36190e1dd4908 (diff) | |
download | plus-c016fa75335b1c9f35592be6759f574039013b1c.tar.gz plus-c016fa75335b1c9f35592be6759f574039013b1c.tar.bz2 plus-c016fa75335b1c9f35592be6759f574039013b1c.tar.xz plus-c016fa75335b1c9f35592be6759f574039013b1c.zip |
Update asan library name.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/branches/master/.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/branches/master/.gitlab-ci.yml b/tools/ci/branches/master/.gitlab-ci.yml index 2db63b774..7562e2003 100644 --- a/tools/ci/branches/master/.gitlab-ci.yml +++ b/tools/ci/branches/master/.gitlab-ci.yml @@ -312,7 +312,7 @@ triggers: script: - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz} - - export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.4 + - export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd - export LD_PRELOAD @@ -339,7 +339,7 @@ triggers: stage: build script: - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.4 + - export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd - export LD_PRELOAD - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests |