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

Using Visual Studio BuildTools as a MinGW alternative #23212

Merged
merged 1 commit into from
Jul 11, 2024

Commits on Jul 8, 2024

  1. Visual Studio BuildTools as a MinGW alternative

    Building the MSI hook on Windows
    (`contrib/win-installer/podman-msihooks/check.c`)
    currently requires MinGW. This commit updates the build
    script so that, when MinGW is absent but the C compiler
    included in Visual Studio BuildTools is installed, the
    latter is used to build the MSI hook.
    
    Other than that, `winmake.ps1` has a new `installertest`
    target to run the Windows installer tests that are
    currently verified by Cirrus CI.
    
    Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
    l0rd committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    81250cc View commit details
    Browse the repository at this point in the history