[WIP] chore: no asan errors. #1136
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Annotations
6 errors
Clang 16.0: C++20 (asan):
usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake#L62
CMake: The C++ compiler. "/usr/bin/clang++-16". is not able to compile a simple test program.. It fails with the following output: Change Dir: /__w/mrdox/mrdox/build/CMakeFiles/CMakeTmp. Run Build Command(s):/usr/bin/ninja cmTC_38008 && [1/2] Building CXX object CMakeFiles/cmTC_38008.dir/testCXXCompiler.cxx.o FAILED: CMakeFiles/cmTC_38008.dir/testCXXCompiler.cxx.o /usr/bin/clang++-16 -fsanitize=address -static-libasan -std=gnu++20 -MD -MT CMakeFiles/cmTC_38008.dir/testCXXCompiler.cxx.o -MF CMakeFiles/cmTC_38008.dir/testCXXCompiler.cxx.o.d -o CMakeFiles/cmTC_38008.dir/testCXXCompiler.cxx.o -c /__w/mrdox/mrdox/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'? ninja: build stopped: subcommand failed.
|
Clang 16.0: C++20 (asan)
CMake: Configuration step failed with exit code 1
|
Clang 16.0: C++20 (asan)
Process completed with exit code 1.
|
Clang 16.0: C++20
Process completed with exit code 1.
|
GCC 13.1: C++20
Process completed with exit code 1.
|
MSVC 14.34: C++20
Process completed with exit code 1.
|