Skip to content

Commit 1b7b6b3

Browse files
remove windows changes
1 parent 6a15d7e commit 1b7b6b3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/premerge.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
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

polly/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Test
21
# Check if this is a in tree build.
32
if (NOT DEFINED LLVM_MAIN_SRC_DIR)
43
project(Polly)

0 commit comments

Comments
 (0)