Skip to content

Commit

Permalink
(temporarily) deactivated sccache
Browse files Browse the repository at this point in the history
(#5)
  • Loading branch information
BrunoLevy committed Mar 8, 2022
1 parent a0564aa commit ac4da9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ jobs:
path: ${{ env.appdata }}\Mozilla\sccache
key: ${{ runner.os }}-${{ matrix.config }}-cache

- name: Prepare sccache
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop install sccache --global
# Scoop modifies the PATH so we make it available for the next steps of the job
echo "${env:PATH}" >> ${env:GITHUB_PATH}
# - name: Prepare sccache
# run: |
# Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
# scoop install sccache --global
# # Scoop modifies the PATH so we make it available for the next steps of the job
# echo "${env:PATH}" >> ${env:GITHUB_PATH}

- name: Configure
run: |
cmake -G Ninja `
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache `
# -DCMAKE_CXX_COMPILER_LAUNCHER=sccache `
-DCMAKE_BUILD_TYPE=${{ matrix.config }} `
-DCMAKE_JOB_POOLS="pool-linking=1;pool-compilation=2" `
-DCMAKE_JOB_POOL_COMPILE:STRING=pool-compilation `
Expand Down

0 comments on commit ac4da9b

Please sign in to comment.