test x86_64-pc-windows-gnullvm to see if it works#120
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
26e99f2 to
ac59fc5
Compare
|
@bjorn3 do you have recommendations for installing a linker that works here? |
|
https://www.mingw-w64.org/downloads/#llvm-mingw points to https://github.com/mstorsjo/llvm-mingw/releases for getting an LLVM based MinGW toolchain. I think https://github.com/mstorsjo/llvm-mingw/releases/download/20250709/llvm-mingw-20250709-ucrt-x86_64.zip would work. You need to configure the |
1777425 to
35e025e
Compare
|
hmm, so no it does not work? |
|
You may need to add the right lib directory to the |
95f9f5c to
ab898fa
Compare
| run: | | ||
| echo "llvm-mingw/llvm-mingw-20250709-ucrt-x86_64/bin" >> "$GITHUB_PATH" | ||
| echo "llvm-mingw/llvm-mingw-20250709-ucrt-x86_64/lib" >> "$GITHUB_PATH" | ||
| echo "llvm-mingw/llvm-mingw-20250709-ucrt-x86_64/armv7-w64-mingw32/bin" >> "$GITHUB_PATH" |
There was a problem hiding this comment.
This should be the x86_64 path, not the armv7 library path, right
There was a problem hiding this comment.
eh yes. but also I don't think writing to the github_path would actually have much effect here.
clearly, I have no idea what I'm doing here, and it's tough to debug in CI
43d6f99 to
b601425
Compare
|
well, idk, feel free to give this a go but it's very user-hostile. Does anyone use this stuff? |
cc #119