1
0
Fork 0

added comments on disabling sccache

This commit is contained in:
Christian Kühnel 2020-04-27 15:53:18 +02:00
parent 0299405e2b
commit b22cb43579
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ pipeline {
// store all build results here, will be uploaded to GCS later
RESULT_DIR = "${WORKSPACE}\\results"
LLVM_DIR = "${WORKSPACE}\\llvm-project"
// enable sccache for this build. Comment out the line to disable it
SCCACHE_DIR = "C:\\ws\\sccache"
}
options {

View file

@ -37,6 +37,7 @@ pipeline {
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
RESULT_DIR = "${WORKSPACE}\\results"
LLVM_DIR = "${WORKSPACE}\\llvm-project"
// enable sccache for this build. Comment out the line to disable it
SCCACHE_DIR = "C:\\ws\\sccache"
}