Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-rdma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
# libs3rdma it vendors, so a floating main makes the build race whatever
# landed there. It already did -- a run against the pre-libs3rdma tree
# failed on -lnuma/-lrdmacm, which the libs3rdma build no longer needs.
# v0.6.0 is the first release carrying the libs3rdma transport.
# v0.7.0 is the first release carrying the libs3rdma transport.
Comment thread
harshavardhana marked this conversation as resolved.
- name: Checkout minio-cpp
uses: actions/checkout@v4
with:
repository: minio/minio-cpp
ref: v0.6.0
ref: v0.7.0
Comment thread
harshavardhana marked this conversation as resolved.
path: "minio-cpp"

- name: Checkout vcpkg
Expand Down
Loading