From cb500536eaa272c48fb04e71b84da5a3729de4ad Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 10 Jul 2024 10:02:53 +0200 Subject: [PATCH] Revert "CI: Use ccache and a single CPU when building spicy analyzers for btests" This reverts commit b59bed9d06f2257a6b4f6c6408b8363a277eebac. --- ci/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/test.sh b/ci/test.sh index e8c56e152a..c5304b4512 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -59,9 +59,7 @@ function run_btests { pushd testing/btest - HILTI_CXX_COMPILER_LAUNCHER=ccache \ - HILTI_JIT_PARALLELISM=1 \ - ZEEK_PROFILER_FILE=$(pwd)/.tmp/script-coverage/XXXXXX \ + ZEEK_PROFILER_FILE=$(pwd)/.tmp/script-coverage/XXXXXX \ ${BTEST} -z ${ZEEK_CI_BTEST_RETRIES} -d -A -x btest-results.xml -j ${ZEEK_CI_BTEST_JOBS} || result=1 make coverage prep_artifacts