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

Fix windows CI PG13 failure #3127

Merged
merged 1 commit into from Apr 19, 2021
Merged

Commits on Apr 17, 2021

  1. Fix windows CI PG13 failure

    Installing the postgres13 windows package pulled in an install
    of vcredist140 which requires a reboot making chocolatey return
    with a non-zero exit code to signal the required reboot. This
    patch changes chocolatey to no longer give individual packages
    control over chocolatey exit code. This patch also changes
    chocolatey to longer show package download progress information
    to make the CI log less spammy.
    svenklemm committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    d34af2a View commit details
    Browse the repository at this point in the history