8000 Misconfigured CI for Windows · Issue #66 · tira-io/tirex-tracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Misconfigured CI for Windows #66

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
1 of 2 tasks
TheMrSheldon opened this issue Mar 26, 2025 · 0 comments · Fixed by #105
Closed
1 of 2 tasks

Misconfigured CI for Windows #66

TheMrSheldon opened this issue Mar 26, 2025 · 0 comments · Fixed by #105
Assignees
Milestone

Comments

@TheMrSheldon
Copy link
Member
TheMrSheldon commented Mar 26, 2025

I just noticed that our CI does not yet intend to build using MSVC under Windows.
There also seems to be a problem with the clang build configuration for Windows since clang is not actually used in the build.

See for example this run, where in step 4 line 1 clang is configured:

... -D CMAKE_C_COMPILER=C:\Users\runneradmin\llvm/bin/clang.exe -D CMAKE_CXX_COMPILER=C:\Users\runneradmin\llvm/bin/clang++.exe …

but lines 16 and 17 show that MSVC is used

-- The C compiler identification is MSVC 19.43.34808.0
-- The CXX compiler identification is MSVC 19.43.34808.0

This does not happen in the gcc workflow. My guess is that for gcc the forward slashes may be properly escaped.

Problems:

  • No CI configuration to test MSVC builds under windows
  • Wrong compiler is used for clang-19 under windows
    • The clang-19 CI under windows is disabled for now and should be reenabled once fixed
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 a pull request may close this issue.

1 participant
0