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
There is a PR: #7238
It fails on Linux and macOS. I suppose it is because C++17 capable compiler is required.
But it would be great to have access to compilation/installation logs for failed cases. I can only see this:
2019-07-11T13:43:42.3556910Z -- Extracting source /home/vcpkg/myagent/_work/1/s/downloads/so5extra-1.3.1.zip
2019-07-11T13:43:42.4034231Z -- Configuring x64-linux-dbg
2019-07-11T13:43:43.2685568Z -- Configuring x64-linux-rel
2019-07-11T13:43:44.1606874Z -- Building x64-linux-dbg
2019-07-11T13:43:46.1070908Z CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:136 (message):
2019-07-11T13:43:46.1073427Z Command failed: /home/vcpkg/myagent/_work/1/s/downloads/tools/cmake-3.14.0-
linux/cmake-3.14.0-Linux-x86_64/bin/cmake --build . --config Debug --target install -- -v
2019-07-11T13:43:46.1074564Z Working Directory: /home/vcpkg/myagent/_work/1/s/buildtrees/so5extra/x64-linux-dbg
2019-07-11T13:43:46.1074996Z See logs for more information:
2019-07-11T13:43:46.1075778Z /home/vcpkg/myagent/_work/1/s/buildtrees/so5extra/install-x64-linux-dbg-out.log
2019-07-11T13:43:46.1076705Z /home/vcpkg/myagent/_work/1/s/buildtrees/so5extra/install-x64-linux-dbg-err.log
The text was updated successfully, but these errors were encountered:
There is a PR: #7238
It fails on Linux and macOS. I suppose it is because C++17 capable compiler is required.
But it would be great to have access to compilation/installation logs for failed cases. I can only see this:
The text was updated successfully, but these errors were encountered: