Skip to content

Commit

Permalink
TEMP: DIsable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Jul 17, 2023
1 parent b898a8f commit 7ba436e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-xdist
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]

- name: Build
shell: pwsh
Expand All @@ -112,12 +112,13 @@ jobs:
Enter-VsDevShell -VsInstallPath $visualStudioInstallationPath -DevCmdArguments '-arch=x64 -host_arch=x64'
cd ${{ github.workspace }}
if (!(Test-Path '${{ github.workspace }}\build\')) { mkdir '${{ github.workspace }}\build' }
cmake -S llvm -B build -G Ninja -DLLVM_INCLUDE_TESTS=On -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
# cmake -S llvm -B build -G Ninja -DLLVM_INCLUDE_TESTS=On -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
cmake -S llvm -B build -G Ninja -DLLVM_INCLUDE_TESTS=On -DCMAKE_BUILD_TYPE=Release
cmake --build build
- name: Cache stats
shell: bash
run: ${SCCACHE_PATH} --show-stats
# - name: Cache stats
# shell: bash
# run: ${SCCACHE_PATH} --show-stats

- name: Test
shell: pwsh
Expand Down

0 comments on commit 7ba436e

Please sign in to comment.