-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[minio-cpp] Update to 0.2.0 #37990
[minio-cpp] Update to 0.2.0 #37990
Conversation
@microsoft-github-policy-service agree company="MinIO, Inc." |
bee4a91
to
ded774e
Compare
CI seems stuck |
ded774e
to
5000e42
Compare
ports/minio-cpp/portfile.cmake
Outdated
vcpkg_copy_pdbs() | ||
vcpkg_fixup_pkgconfig() | ||
|
||
file(REMOVE_RECURSE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: don't break this line so early
ports/minio-cpp/portfile.cmake
Outdated
vcpkg_cmake_install() | ||
vcpkg_cmake_config_fixup( | ||
PACKAGE_NAME miniocpp | ||
CONFIG_PATH "lib/cmake/miniocpp") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: put )
at new line or make whole statement one line
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for the update! |
Passing on https://dev.azure.com/vcpkg/public/_build/results?buildId=101560&view=results Added `minio-cpp` to ci.baseline.txt by #29406, which has been fixed by #37990. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~SHA512s are updated for each updated download.~ - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version.~ - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [ ] ~The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result.~ - [ ] ~Only one version is added to each modified port's versions file.~
./vcpkg x-add-version --all
and committing the result.