Skip to content

[windows][toolchain] Enable sccache for Clang and add version checks #77874

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

Closed

Conversation

weliveindetail
Copy link
Member

We need sccache 0.7.4 (Nov. 2023) or newer for clang support: mozilla/sccache#1983

We need sccache 0.7.4 or newer for clang support
@weliveindetail weliveindetail changed the title [windows][toolchain] Enable sccache for Clang [windows][toolchain] Enable sccache for Clang and add version checks Dec 4, 2024
Copy link
Member Author

@weliveindetail weliveindetail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be ready to land

@swift-ci please test

@@ -2745,6 +2748,13 @@ try {
Fetch-Dependencies

if (-not $SkipBuild) {
if (-Not (Test-CMakeAtLeast -Major 3 -Minor 28)) {
throw "Minimum required CMake version is 3.28"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weliveindetail
Copy link
Member Author

Closing this as the above PR contains these patches now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants