File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8888 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989 with :
9090 fetch-depth : 2
91+ - name : Setup ccache
92+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
93+ with :
94+ variant : " sccache"
95+ max-size : " 2000M"
9196 - name : Compute Projects
9297 id : vars
9398 run : |
@@ -110,10 +115,7 @@ jobs:
110115 shell : cmd
111116 run : |
112117 call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
113- bash "export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET \
114- export SCCACHE_GCS_RW_MODE=READ_WRITE \
115- sccache --start-server \
116- .ci/monolithic-windows.sh \"${{ steps.vars.outputs.windows-projects }}\" \"${{ steps.vars.outputs.windows-check-targets }}\""
118+ bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
117119 - name : Upload Artifacts
118120 if : ' !cancelled()'
119121 uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Original file line number Diff line number Diff line change 1- # Test
21# Check if this is a in tree build.
32if (NOT DEFINED LLVM_MAIN_SRC_DIR)
43 project (Polly)
You can’t perform that action at this time.
0 commit comments