Просмотр исходного кода

CI: Remove Ccache restoration for Windows builds

Once upon a time there was the idea to enable use of Ccache for
Windows builds on CI as well, but to achieve this the project would
need to switch to clang-cl.exe as its compiler and use an additional
post-build step to generate PDBs from binaries.

Using a different compiler for continuous integration than for building
release builds defeats the purpose of CI however, so the idea was
dropped.
PatTheMav 1 год назад
Родитель
Сommit
2d95d8b98c
1 измененных файлов с 0 добавлено и 9 удалено
  1. 0 9
      .github/workflows/build-project.yaml

+ 0 - 9
.github/workflows/build-project.yaml

@@ -340,15 +340,6 @@ jobs:
           submodules: recursive
           fetch-depth: 0
 
-      - uses: actions/cache@v4
-        id: ccache-cache
-        if: github.event_name == 'pull_request'
-        with:
-          path: ${{ github.workspace }}/.ccache
-          key: ${{ runner.os }}-ccache-x86_64-${{ needs.check-event.outputs.config }}
-          restore-keys: |
-            ${{ runner.os }}-ccache-x86_64-
-
       - name: Build OBS Studio 🧱
         uses: ./.github/actions/build-obs
         env: