Skip to content

Commit 9232b5b

Browse files
authored
Merge pull request GaijinEntertainment#2816 from GaijinEntertainment/aleksisch/revert-sccache
Aleksisch/revert sccache
2 parents 35bf427 + 439e441 commit 9232b5b

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,6 @@ jobs:
256256
;;
257257
esac
258258
259-
# sccache on PRs: per-TU content-hash cache via GHA backend. Master clean.
260-
- uses: mozilla-actions/sccache-action@v0.0.10
261-
- run: |
262-
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
263-
echo "CMAKE_C_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
264-
echo "CMAKE_CXX_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
265-
266259
- name: "Build: Daslang"
267260
run: |
268261
set -eux

.github/workflows/extended_checks.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ jobs:
124124
./vcpkg/vcpkg install openssl:x64-windows --binarycaching
125125
echo "VCPKG_ROOT=$(pwd)/vcpkg" >> $GITHUB_ENV
126126
127-
# sccache on PRs: per-TU content-hash cache via GHA backend. Master clean.
128-
- if: github.event_name == 'pull_request'
129-
uses: mozilla-actions/sccache-action@v0.0.10
130-
- if: github.event_name == 'pull_request'
131-
run: |
132-
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
133-
echo "CMAKE_C_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
134-
echo "CMAKE_CXX_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
135-
136127
- name: "Build: Daslang (Release)"
137128
run: |
138129
set -eux

0 commit comments

Comments
 (0)