Skip to content
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

Removing reference to outdated commit and package list. #4189

Closed
wants to merge 1 commit into from
Closed
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
1 change: 0 additions & 1 deletion Dockerfile.win10.min
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ WORKDIR /
# option --depth=1 should also be restored
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to delete the comment at 61-63 as it is now outdated. Also need to add --depth=1 back to "git clone" command. Is there not a vcpkg release branch that we can use instead of master?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure we can refer to it as tag for latest release which is in our case will be vcpkg v2022.03.10

RUN git clone --single-branch -b master https://github.com/microsoft/vcpkg.git
WORKDIR /vcpkg
RUN git checkout a82c62d
RUN bootstrap-vcpkg.bat
RUN vcpkg.exe update
RUN vcpkg.exe install openssl:x64-windows openssl-windows:x64-windows rapidjson:x64-windows re2:x64-windows boost-interprocess:x64-windows boost-stacktrace:x64-windows zlib:x64-windows pthread:x64-windows b64:x64-windows
Expand Down