-
Notifications
You must be signed in to change notification settings - Fork 51
Update vcpkg instructions
#1272
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
Merged
JackPGreen
merged 1 commit into
hazelcast:master
from
JackPGreen:fix-readme-vcpkg-instructions
Apr 22, 2025
Merged
Update vcpkg instructions
#1272
JackPGreen
merged 1 commit into
hazelcast:master
from
JackPGreen:fix-readme-vcpkg-instructions
Apr 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[A community user raised that the `vcpkg` instructions no longer work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399). Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87` - microsoft/vcpkg#42678. As such an version of `vcpkg` must be used that _does_ contain Hazelcast. Tested locally on a fresh environment via Docker: ``` docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse" ``` > Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz This is a _workaround_ until the client can be relisted.
JackPGreen
added a commit
to JackPGreen/cpp-client-getting-started
that referenced
this pull request
Apr 10, 2025
The installation instructions for the C++ client need adjusting - hazelcast/hazelcast-cpp-client#1272 To save duplicating the fix, it's more maintainable to link to the existing instructions and avoid duplication.
JackPGreen
added a commit
to hazelcast-guides/cpp-client-getting-started
that referenced
this pull request
Apr 11, 2025
The installation instructions for the C++ client need adjusting - hazelcast/hazelcast-cpp-client#1272 To save duplicating the fix, it's more maintainable to link to the existing instructions and avoid duplication.
JackPGreen
added a commit
to JackPGreen/hz-docs
that referenced
this pull request
Apr 11, 2025
The installation instructions for the C++ client need adjusting - hazelcast/hazelcast-cpp-client#1272 To save duplicating the fix, it's more maintainable to link to the existing instructions and avoid duplication. _(note - originally raised done in hazelcast-guides/cpp-client-getting-started#4 but that repo should've been archived)_
JackPGreen
added a commit
to hazelcast/hz-docs
that referenced
this pull request
Apr 11, 2025
The installation instructions for the C++ client need adjusting - hazelcast/hazelcast-cpp-client#1272 To save duplicating the fix, it's more maintainable to link to the existing instructions and avoid duplication. _(note - originally raised done in hazelcast-guides/cpp-client-getting-started#4 but that repo should've been archived)_
Contributor
Author
|
@ihsandemir are you able to review, please? |
ihsandemir
approved these changes
Apr 22, 2025
ihsandemir
pushed a commit
to ihsandemir/hazelcast-cpp-client
that referenced
this pull request
May 23, 2025
[A community user raised that the `vcpkg` instructions no longer work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399). Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87` - microsoft/vcpkg#42678. As such an version of `vcpkg` must be used that _does_ contain Hazelcast. Tested locally on a fresh environment via Docker: ``` docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse" ``` > Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz This is a _workaround_ until the client can be relisted.
ihsandemir
pushed a commit
to ihsandemir/hazelcast-cpp-client
that referenced
this pull request
May 23, 2025
[A community user raised that the `vcpkg` instructions no longer work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399). Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87` - microsoft/vcpkg#42678. As such an version of `vcpkg` must be used that _does_ contain Hazelcast. Tested locally on a fresh environment via Docker: ``` docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse" ``` > Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz This is a _workaround_ until the client can be relisted.
ihsandemir
pushed a commit
to ihsandemir/hazelcast-cpp-client
that referenced
this pull request
May 23, 2025
[A community user raised that the `vcpkg` instructions no longer work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399). Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87` - microsoft/vcpkg#42678. As such an version of `vcpkg` must be used that _does_ contain Hazelcast. Tested locally on a fresh environment via Docker: ``` docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse" ``` > Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz This is a _workaround_ until the client can be relisted.
ihsandemir
pushed a commit
that referenced
this pull request
May 23, 2025
[A community user raised that the `vcpkg` instructions no longer work](https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1743010446548399). Specifically, `vcpkg` delisted Hazelcast when upgrading to Boost `1.87` - microsoft/vcpkg#42678. As such an version of `vcpkg` must be used that _does_ contain Hazelcast. Tested locally on a fresh environment via Docker: ``` docker run --interactive --tty --rm --platform linux/amd64 ubuntu:latest bash -c "apt-get -y update && apt-get install -y curl git build-essential zip unzip tar pkg-config && git clone https://github.com/microsoft/vcpkg --branch 2025.02.14 && ./vcpkg/bootstrap-vcpkg.sh && ./vcpkg/vcpkg install hazelcast-cpp-client[openssl] --recurse" ``` > Successfully downloaded hazelcast-hazelcast-cpp-client-v5.3.0.tar.gz This is a _workaround_ until the client can be relisted.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A community user raised that the
vcpkginstructions no longer work.Specifically,
vcpkgdelisted Hazelcast when upgrading to Boost1.87- microsoft/vcpkg#42678.As such an version of
vcpkgmust be used that does contain Hazelcast.Tested locally on a fresh environment via Docker:
This is a workaround until the client can be relisted.