build: remove sccache (#26701)

This commit is contained in:
Samuel Attard 2020-11-28 21:28:57 -08:00 committed by GitHub
parent 8311ea1a36
commit 7cc571801c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 187 deletions

View file

@ -9,7 +9,6 @@ const HASH_VERSION = 3;
const filesToHash = [
path.resolve(__dirname, '../DEPS'),
path.resolve(__dirname, '../yarn.lock'),
path.resolve(__dirname, '../script/external-binaries.json'),
path.resolve(__dirname, '../script/sysroots.json')
];