Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/templates/setup-sccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ steps:
mkdir -p "$sccacheDir"
echo "##vso[task.prependpath]$sccacheDir"
echo "##vso[task.setvariable variable=SCCACHE_DIR]$(Pipeline.Workspace)/.sccache"
echo "##vso[task.setvariable variable=SCCACHE_CACHE_SIZE]3.5G"
Comment thread
agocke marked this conversation as resolved.
Outdated
echo "##vso[task.setvariable variable=SCCACHE_IDLE_TIMEOUT]0"
echo "##vso[task.setvariable variable=USE_SCCACHE]true"
displayName: Configure sccache