Skip to content

Add detection for custom Linker #172

Add detection for custom Linker

Add detection for custom Linker #172

Triggered via pull request August 6, 2023 16:44
Status Success
Total duration 4m 9s
Artifacts

ci.emscripten.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 1 notice
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)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:/etc/apt/trusted.gpg.d/setup-cpp-ubuntu-archive.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '3B4FE6ACC0B21F32'
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)
Failed to download doxygen binary. Error: Could not find package libclang-cpp9 . Falling back to apt-get.