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 34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
with :
36
36
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"
42
37
- name : Build and Test
43
38
# Mark the job as a success even if the step fails so that people do
44
39
# not get notified while the new premerge pipeline is in an
62
57
export CC=/opt/llvm/bin/clang
63
58
export CXX=/opt/llvm/bin/clang++
64
59
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
+
65
67
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}" "${enable_cir}"
66
68
- name : Upload Artifacts
67
69
if : ' !cancelled()'
Original file line number Diff line number Diff line change
1
+ # test
1
2
# Check if this is a in tree build.
2
3
if (NOT DEFINED LLVM_MAIN_SRC_DIR )
3
4
project (Polly )
You can’t perform that action at this time.
0 commit comments