Open AntonPieper opened 1 month ago
Hi @AntonPieper , thanks for reporting issue here!
We try to repro this issue on our side with Linux OS and latest cmake tools, unfortunately we cannot repro it. Build is successfully after setting NINJA_STATUS
environment variable.
Following video is our test result, we also attached sample project. Please correct us if we have done something wrong.
my_project.zip
"os": "linux",
"vscodeVersion": "1.94.1",
"cmtVersion": "1.19.52",
"configurations": [
{
"folder": "/home/test/Desktop/Amy/4127/my_project",
"cmakeVersion": "3.30.5",
"configured": true,
"generator": "Ninja",
"usesPresets": false,
"compilers": {
"C": "/usr/bin/gcc-12",
"CXX": "/usr/bin/g++-12"
}
}
]
Brief Issue Summary
If I use the Ninja generator on alpine linux, subsequent builds (zero steps) fail with a floating-point exception. Unsetting the
NINJA_STATUS
environment variable fixes this.CMake Tools Diagnostics
Debug Log
Additional Information
No response