JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
217 stars 68 forks source link

Documentation test fixes #473

Closed JamesWrigley closed 4 months ago

JamesWrigley commented 4 months ago

Supersedes #472. On that PR the windows x64 CI was hanging :thinking: Let's see if it was just a fluke or if it happens again, if it does then maybe something is detecting the REPL module and creating a prompt.

JamesWrigley commented 4 months ago

Ok... we are finally back in the green :partying_face: The problem was actually a bug introduced by me in #458, the tests were calling the cmake binary directly instead of using the cmake() cmd which also sets appropriate environment variables. Fixed that in 562d430.

Gnimuc commented 4 months ago

Thanks! 🎉