hippo91

Results 63 comments of hippo91

@gcampbell-msft this issue seems to be a duplicate of #2933. Am i wrong?

@gcampbell-msft i integrated these tests in the PR build pipelines. I configured C and CXX compilers for linux and windows systems. I do not have any windows os at home...

@gcampbell-msft i tried to debug the failing CI tests but was unable to understand what was failing in the build step. I suppose this is the build of the C++...

@gcampbell-msft i am trying to investigate but i do not know how i can have access to build output or log. Have you got any idea? Another approach that i'am...

@gcampbell-msft i am able to see the build log but for linux the only interesting thing is ```Warning: ls] 2025-04-07T11:17:46.863Z [warning] [proc] The command: /home/runner/work/_temp/-1604695791/cmake-3.18.3-Linux-x86_64/bin/cmake --build /home/runner/work/vscode-cmake-tools/vscode-cmake-tools/test/end-to-end-tests/single-root-ctest/project-folder/build -- exited with...

@gcampbell-msft the problem with windows is due to the fact i dumbly hardcoded path to /tmp which of course does not exist on windows. I should be able to fix...

@gcampbell-msft i think i fixed the windows problem. Can you relaunch the CI please?

@gcampbell-msft surprisingly linux ci seems to be ok. I removed an unused CMAKE variable for windows. It was generating what could be an error.

@gcampbell-msft the linux part of the CI is ok but i'm struggling with the windows one (the macos one is failing in an unrelated test). If you could have a...

@murali42 thanks for this suggestion that i find very interesting. @PCManticore @Pierre-Sassoulas @AWhetter what do you think about it?