Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA/Build system: use ccache on windows #5875

Merged
merged 4 commits into from
Sep 25, 2022

Conversation

dyfer
Copy link
Member

@dyfer dyfer commented Sep 18, 2022

Purpose and Motivation

Ccache added support for MSVC in version 4.6.1.
Using it with MSVC requires some additional switches in the CMake which I added.
There's also one "gotcha" - the actual ccache executable, not a chocolatey "shim", needs to be in the PATH for this to work. I've added a note about it in the Windows README

Types of changes

  • New feature
  • Documentation

To-do list

  • Code is tested
  • All tests are passing
  • Updated documentation
  • This PR is ready for review

@dyfer dyfer added os: Windows comp: build CMake build system comp: CI/CD continuous integration and deployment (github actions, etc.) labels Sep 18, 2022
@dyfer dyfer force-pushed the topic/ccache-windows-2 branch 3 times, most recently from 11a6055 to 2d15c48 Compare September 19, 2022 20:08
@dyfer dyfer force-pushed the topic/ccache-windows-2 branch 3 times, most recently from e33c905 to de0c258 Compare September 25, 2022 17:59
@dyfer dyfer force-pushed the topic/ccache-windows-2 branch from de0c258 to 35d7760 Compare September 25, 2022 18:00
@dyfer dyfer merged commit 167ec17 into supercollider:develop Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: build CMake build system comp: CI/CD continuous integration and deployment (github actions, etc.) os: Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants