added comments on disabling sccache
This commit is contained in:
parent
0299405e2b
commit
b22cb43579
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ pipeline {
|
||||||
// store all build results here, will be uploaded to GCS later
|
// store all build results here, will be uploaded to GCS later
|
||||||
RESULT_DIR = "${WORKSPACE}\\results"
|
RESULT_DIR = "${WORKSPACE}\\results"
|
||||||
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
||||||
|
// enable sccache for this build. Comment out the line to disable it
|
||||||
SCCACHE_DIR = "C:\\ws\\sccache"
|
SCCACHE_DIR = "C:\\ws\\sccache"
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
|
|
1
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
1
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -37,6 +37,7 @@ pipeline {
|
||||||
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
|
||||||
RESULT_DIR = "${WORKSPACE}\\results"
|
RESULT_DIR = "${WORKSPACE}\\results"
|
||||||
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
||||||
|
// enable sccache for this build. Comment out the line to disable it
|
||||||
SCCACHE_DIR = "C:\\ws\\sccache"
|
SCCACHE_DIR = "C:\\ws\\sccache"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue