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/azure: fix flakiness by avoiding libtool wrappers on Windows #6049

Closed
wants to merge 1 commit into from

Commits on Oct 15, 2020

  1. CI/azure: improve flakiness by avoiding libtool wrappers

    Install curl binaries into MinGW bin folder and use that
    for the tests in order to avoid libtool wrapper binaries.
    
    The libtool wrapper binaries (not scripts) on Windows seem
    to be one of the root causes for the following issues:
    
    1. Process output can be lost in the wrapper process chain.
    2. Killing the wrapper process does not kill the real one.
    
    Derived from curl#5904
    Closes curl#6049
    mback2k committed Oct 15, 2020
    Copy the full SHA
    957c519 View commit details
    Browse the repository at this point in the history