From a6a4951c3ae3ec087bd149213e7ec313fbda2cce Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 21 Oct 2021 13:48:08 +0000 Subject: [PATCH] Bug 1712751 - Disable sccache on ccov builds. r=firefox-build-system-reviewers,andi DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D129135 --- taskcluster/ci/build/linux.yml | 8 ++++---- taskcluster/ci/build/macosx.yml | 2 +- taskcluster/ci/build/windows.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index ccc5ca28141d..6cbe9a4bb7ad 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -1159,7 +1159,7 @@ linux64-asan-fuzzing-ccov/opt: mozconfig-variant: asan-fuzzing-ccov tooltool-downloads: public need-xvfb: true - use-sccache: true + use-sccache: false fetches: toolchain: - linux64-binutils @@ -1201,7 +1201,7 @@ linux64-fuzzing-ccov/opt: mozconfig-variant: fuzzing-ccov tooltool-downloads: public need-xvfb: true - use-sccache: true + use-sccache: false fetches: toolchain: - linux64-binutils @@ -1525,7 +1525,7 @@ linux64-ccov/opt: mozconfig-variant: code-coverage-opt tooltool-downloads: public need-xvfb: true - use-sccache: true + use-sccache: false fetches: toolchain: - linux64-binutils @@ -1567,7 +1567,7 @@ linux64-ccov/debug: mozconfig-variant: code-coverage-debug tooltool-downloads: public need-xvfb: true - use-sccache: true + use-sccache: false fetches: toolchain: - linux64-binutils diff --git a/taskcluster/ci/build/macosx.yml b/taskcluster/ci/build/macosx.yml index b4991c69e6f2..1155b469f58e 100644 --- a/taskcluster/ci/build/macosx.yml +++ b/taskcluster/ci/build/macosx.yml @@ -664,7 +664,7 @@ macosx64-ccov/opt: custom-build-variant-cfg: code-coverage-opt mozconfig-variant: code-coverage run-on-projects: ['mozilla-central'] - use-sccache: true + use-sccache: false fetches: toolchain: - linux64-cctools-port diff --git a/taskcluster/ci/build/windows.yml b/taskcluster/ci/build/windows.yml index cd1ffc12d127..c1e7cc0f2de0 100644 --- a/taskcluster/ci/build/windows.yml +++ b/taskcluster/ci/build/windows.yml @@ -975,7 +975,7 @@ win64-ccov/opt: - builds/taskcluster_sub_win64/ccov_opt.py mozconfig-variant: code-coverage run-on-projects: ['mozilla-central'] - use-sccache: true + use-sccache: false fetches: toolchain: - win64-clang