From 00f134ceb79a33c7d33be504d968793cba96ba11 Mon Sep 17 00:00:00 2001 From: Eddy Ashton Date: Tue, 13 Sep 2022 18:30:24 +0100 Subject: [PATCH] Use ccache to speed up Daily build (#4228) --- .azure-pipelines-templates/daily-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines-templates/daily-matrix.yml b/.azure-pipelines-templates/daily-matrix.yml index ee69481af..d4367417d 100644 --- a/.azure-pipelines-templates/daily-matrix.yml +++ b/.azure-pipelines-templates/daily-matrix.yml @@ -14,7 +14,7 @@ parameters: build: common: - cmake_args: "-DLONG_TESTS=ON -DENABLE_2TX_RECONFIG=ON -DENABLE_HTTP2=ON" + cmake_args: '-DLONG_TESTS=ON -DENABLE_2TX_RECONFIG=ON -DENABLE_HTTP2=ON -DCMAKE_C_COMPILER_LAUNCHER="ccache" -DCMAKE_CXX_COMPILER_LAUNCHER="ccache"' Virtual: cmake_args: "-DCOMPILE_TARGETS=virtual" SGX: