Harshavardhana
Harshavardhana
@valyala can this be merged as well?
@valyala can this be merged?
Feel free to send a fix.
I am having a hard time finding the relevant logs for the failure https://dev.azure.com/vcpkg/public/_build/results?buildId=76332&view=artifacts&pathAsName=false&type=publishedArtifacts - I am not able to click or download any of the artifacts uploaded here.
``` CMake Error at include/CMakeLists.txt:28 (configure_file): No such file or directory -- Configuring incomplete, errors occurred! See also "/Users/vagrant/Data/buildtrees/minio-cpp/x64-osx-dbg/CMakeFiles/CMakeOutput.log". See also "/Users/vagrant/Data/buildtrees/minio-cpp/x64-osx-dbg/CMakeFiles/CMakeError.log". ``` strange! not sure what is missing. Let...
So I tested this on OSX looks like something is wrong with the build system on Azure pipelines here ``` Stored binary cache: "/Users/minio/.cache/vcpkg/archives/e7/e77dde94d59e5713549188c8518f9375735b814ddb09d77d51343fd701de0157.zip" Elapsed time to handle openssl:x64-osx: 1.966...
Looks like this ``` configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h @ONLY) ``` mostly `CMAKE_CURRENT_SOURCE_DIR` is wrong on OSX
> @harshavardhana, I reproduced the ci problem locally, and I add `DISABLE_PARALLEL_CONFIGURE `to function `vcpkg_cmake_configure `in [VCPKG_PATH]/ports/minio-cpp/portfile.cmake as below: > > ``` > vcpkg_cmake_configure( > SOURCE_PATH "${SOURCE_PATH}" > DISABLE_PARALLEL_CONFIGURE >...
That worked thanks a lot @JonLiu1993
Next release we will get windows in.