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

CI: Switch from MINGW64 to UCRT64. Closes: #1421 #1448

Merged
merged 2 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. CI: Switch from MINGW64 to UCRT64. Closes: audacious-media-player#1421

    UCRT64 is meanwhile the recommended MSYS2 environment for Windows.
    Visual Studio uses it by default since 2015. tmpfile() behaves here
    also as expected and does not always return NULL.
    
    See also:
    - https://www.msys2.org/docs/environments/
    - https://www.msys2.org/news/#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt6
    - msys2/MINGW-packages#18878
    radioactiveman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e0bb70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc32974 View commit details
    Browse the repository at this point in the history