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

DEV-3448 Fix msys2 expired links #11

Merged
merged 3 commits into from
Nov 22, 2023

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    2f12e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. DEV-3448 Fix aws-sdk-cpp build on latest msvc compiler

    Due to the msvc compiler change in microsoft/STL#3818,
    the aws-sdk-cpp CI build breaks (warnings are treated as errors).
    
    A fix is available upstream when we upgrade our vcpkg ports but to avoid
    an immediate upgrade, we'll define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING
    for now.
    briv committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3bc6716 View commit details
    Browse the repository at this point in the history
  2. DEV-3448 Fix dcmtk port

    Remove obsolete iOS and zlib patches.
    briv committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6024ab1 View commit details
    Browse the repository at this point in the history