feat: add check_sanitizers_support (#219) #175
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 warnings and 2 notices
Test (ubuntu-22.04, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: mymindstorm/setup-emsdk@v11. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test (ubuntu-22.04, true):
tests/emscripten/main.cpp#L8
inclusion of deprecated C++ header 'stddef.h'; consider using 'cstddef' instead [hicpp-deprecated-headers,modernize-deprecated-headers]
|
Test (ubuntu-22.04, true):
tests/emscripten/main.cpp#L9
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead [hicpp-deprecated-headers,modernize-deprecated-headers]
|
Test (ubuntu-22.04, true):
tests/emscripten/main.cpp#L16
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg,hicpp-vararg]
|
Test (ubuntu-22.04, true)
Vcpkg folder already exists at /home/runner/vcpkg. This might mean that ~/vcpkg is restored from the cache.
|
Test (ubuntu-22.04, true)
Failed to download doxygen binary. Error: Could not find package libclang-cpp9 . Falling back to apt-get.
|