Skip to content

Commit

Permalink
[android] don't bother with sccache for ds2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrurogerz committed Jul 30, 2024
1 parent 76b19aa commit 04766d3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,14 +535,6 @@ jobs:
- name: Install Flex and Bison Tools
run: choco install winflexbison3

- name: Setup sccache
uses: hendrikmuhs/ccache-action@2e0e89e8d74340a03f75d58d02aae4c5ee1b15c6
with:
max-size: 100M
key: ${{ matrix.os }}-${{ matrix.arch }}-ds2
variant: sccache
append-timestamp: false

- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
Expand All @@ -554,10 +546,8 @@ jobs:
cmake -B ${{ github.workspace }}/BinaryCache/ds2 `
-D CMAKE_BUILD_TYPE=Release `
-D CMAKE_C_COMPILER=${{ matrix.cc }} `
-D CMAKE_C_COMPILER_LAUNCHER=sccache `
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" `
-D CMAKE_CXX_COMPILER=${{ matrix.cxx }} `
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache `
-D CMAKE_CXX_FLAGS="${{ matrix.cxxflags }}" `
-D CMAKE_MT=mt `
-D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/BuildRoot/Library/DebugServer2 `
Expand Down

0 comments on commit 04766d3

Please sign in to comment.