X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=.ci%2Fsanitizers%2Fbuild.sh;fp=.github%2Fworkflows%2Fsanitizers%2Fbuild.sh;h=9276f12323508b5f9bd2b58c373f725828f537c0;hb=7619f84393f824a84e20e03167304b27d3581ac0;hp=63da2cd26585f77cf46e76c6c26b71b5df0c8f88;hpb=96ce3c9e052b27c2b5f85320dff5f0cc52defa9a;p=tinc diff --git a/.github/workflows/sanitizers/build.sh b/.ci/sanitizers/build.sh similarity index 85% rename from .github/workflows/sanitizers/build.sh rename to .ci/sanitizers/build.sh index 63da2cd2..9276f123 100755 --- a/.github/workflows/sanitizers/build.sh +++ b/.ci/sanitizers/build.sh @@ -22,5 +22,6 @@ export CPPFLAGS='-DDEBUG' export CFLAGS="-O0 -g -fsanitize=$SANITIZER -fno-omit-frame-pointer -fno-common -fsanitize-blacklist=$dir/ignore.txt $flags" autoreconf -fsi -./configure --enable-{uml,vde,miniupnpc} -make -j"$(nproc)" all +# shellcheck disable=SC2046 +./configure $(sh .ci/conf.sh) +make -j2 all extra