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] Use preinstalled LLVM on Windows runners #1260

Closed

Conversation

nilsfriess
Copy link
Collaborator

I accidentally discovered that the Windows runners come with a version of LLVM 16 that successfully compiles AdaptiveCpp itself as well as the tests 😮 . It was only necessary to add quotes around the CMAKE_CXX_COMPILER variable when constructing the syclcc_launcher line in adaptivecpp-config.cmake.in due to the space in Windows's Program Files.

Running the tests still fails, no idea why. I'll see if I can figure out what's failing exactly but if that turns out to be more difficult, I think it might make sense to disable that temporarily and at least have a Github action that compiles AdaptiveCpp and the tests.

@nilsfriess
Copy link
Collaborator Author

Superseeded by #1291.

@nilsfriess nilsfriess closed this Dec 13, 2023
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