Skip to content

Commit 42ebdb6

Browse files
Make iOS builds faster (Remove sccache and LLVM installation) (#1502)
* Switch iOS compiler to Clang * Remove LLVM installation * I'm getting desperate at this point * What if the cache was disabled?
1 parent a7b05a8 commit 42ebdb6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -313,22 +313,22 @@ jobs:
313313
has-sccache: ${{ inputs.use-ccache }}
314314
if: inputs.build-debug-info
315315

316-
- name: Setup caches
317-
uses: ./.github/actions/setup-cache
318-
with:
319-
host: mac
320-
target: ios
321-
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
316+
# - name: Setup caches
317+
# uses: ./.github/actions/setup-cache
318+
# with:
319+
# host: mac
320+
# target: ios
321+
# use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
322322

323323
- name: Setup Ninja
324324
uses: ./.github/actions/setup-ninja
325325
with:
326326
host: mac
327327

328-
- name: Install LLVM
329-
run: |
330-
brew install llvm
331-
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
328+
# - name: Install LLVM
329+
# run: |
330+
# brew install llvm
331+
# echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
332332

333333
- name: Setup CLI
334334
uses: geode-sdk/cli/.github/actions/setup@main

0 commit comments

Comments
 (0)