enabled sccache for windows phabricator
This commit is contained in:
parent
3b1f8dd40e
commit
0299405e2b
1 changed files with 1 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"
|
||||||
|
SCCACHE_DIR = "C:\\ws\\sccache"
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time:2, unit:'HOURS')
|
timeout(time:2, unit:'HOURS')
|
||||||
|
|
Loading…
Reference in a new issue