Skip to content

Commit 39efa8f

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
ci(actions): temporary disable sccache (#9819)
GitOrigin-RevId: b7efc5686ec8ba30dc10856788e457453ff3a8cb
1 parent 463f419 commit 39efa8f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
llvm-devel \
6666
clang \
6767
clang-devel
68-
sccache: true
68+
# sccache: true
6969

7070
- name: Build package macOS Apple silicon
7171
if: ${{ matrix.os == 'selfhosted-macOS'}}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
llvm-devel \
101101
clang \
102102
clang-devel
103-
sccache: true
103+
# sccache: true
104104

105105
- name: Build package macOS Apple silicon
106106
if: ${{ matrix.os == 'selfhosted-macOS'}}
@@ -142,7 +142,7 @@ jobs:
142142
clang \
143143
clang-devel
144144
python3 -m ensurepip
145-
sccache: true
145+
# sccache: true
146146

147147
- name: Upload artifact
148148
if: ${{ matrix.os == needs.start-runner.outputs.label }}

0 commit comments

Comments
 (0)