You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found when @Dargun updated the OpenSSL schema to build with emscripten in #590
Previously https://cpp-pm.github.io/hunter/ shows that the nmake and ninja builds were skipped (marked blue). Only the VS16 windows build was reliably working (and still does work)
The updated testmatrix (because the windows images containing VS15 compiler and older were removed by GitHub) show a few new failing pipelines.
The failing pipelines are related to VS16 with nmake and ninja, as well as mingw builds on Windows. I assume the schema for OpenSSL needs to be updated to handle the new compiler/environments
[ 62%] Performing configure step for 'OpenSSL'
cd /d D:\a\hunter\hunter\_testing\Hunter\_Base\d4c2b57\4ad9ab7\fff76ad\Build\OpenSSL\Source && . D:/a/hunter/hunter/_testing/Hunter/_Base/Download/Hunter/unknown/d4c2b57/Unpacked/scripts/clear-all.sh && MACHINE=AMD64 CC=C:/ProgramData/chocolatey/bin/gcc.exe ./Configure mingw64 threads no-shared --prefix=D:/a/hunter/hunter/_testing/Hunter/_Base/d4c2b57/4ad9ab7/fff76ad/Build/OpenSSL/Install
'.' is not recognized as an internal or external command,
Found when @Dargun updated the OpenSSL schema to build with emscripten in #590
Previously https://cpp-pm.github.io/hunter/ shows that the nmake and ninja builds were skipped (marked blue). Only the VS16 windows build was reliably working (and still does work)
The updated testmatrix (because the windows images containing VS15 compiler and older were removed by GitHub) show a few new failing pipelines.
The failing pipelines are related to VS16 with nmake and ninja, as well as mingw builds on Windows. I assume the schema for OpenSSL needs to be updated to handle the new compiler/environments
mingw build fails with https://github.com/cpp-pm/hunter/runs/7181061079?check_suite_focus=true
I don't see the related error for msys build https://github.com/cpp-pm/hunter/runs/7181061204?check_suite_focus=true
error for VS16+ninja build https://github.com/cpp-pm/hunter/runs/7181060761?check_suite_focus=true
error for VS16+nmake build https://github.com/cpp-pm/hunter/runs/7181060882?check_suite_focus=true
The text was updated successfully, but these errors were encountered: