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

CI: Fix Windows Clang (clang-cl) build #155

Merged
merged 1 commit into from
Jan 1, 2025
Merged

CI: Fix Windows Clang (clang-cl) build #155

merged 1 commit into from
Jan 1, 2025

Conversation

btzy
Copy link
Owner

@btzy btzy commented Jan 1, 2025

CMake 3.31 passes the -std flag to clang-cl, even when compiling C code. This causes clang-cl to abort. This PR downgrades Clang in the CI build that uses clang-cl.

@btzy btzy force-pushed the clang-cl-build branch 9 times, most recently from ce3e711 to 5d05fb2 Compare January 1, 2025 16:58
@btzy btzy marked this pull request as ready for review January 1, 2025 17:03
@btzy btzy merged commit b5b5234 into master Jan 1, 2025
31 checks passed
@btzy btzy deleted the clang-cl-build branch March 4, 2025 16:50
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.

1 participant