File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535 with :
3636 fetch-depth : 2
37- - name : Setup ccache
38- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
39- with :
40- variant : " sccache"
41- max-size : " 2000M"
4237 - name : Build and Test
4338 # Mark the job as a success even if the step fails so that people do
4439 # not get notified while the new premerge pipeline is in an
6257 export CC=/opt/llvm/bin/clang
6358 export CXX=/opt/llvm/bin/clang++
6459
60+ # This environment variable is passes into the container through the
61+ # runner pod definition. This differs between our two clusters which
62+ # why we do not hardcode it.
63+ export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET
64+ export SCCACHE_GCS_RW_MODE=READ_WRITE
65+ sccache --start-server
66+
6567 ./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}" "${enable_cir}"
6668 - name : Upload Artifacts
6769 if : ' !cancelled()'
Original file line number Diff line number Diff line change 1+ # test
12# Check if this is a in tree build.
23if (NOT DEFINED LLVM_MAIN_SRC_DIR)
34 project (Polly)
You can’t perform that action at this time.
0 commit comments