File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments