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

Misc CI improvements #66090

Merged
merged 9 commits into from
Nov 19, 2019
Merged

Misc CI improvements #66090

merged 9 commits into from
Nov 19, 2019

Commits on Nov 12, 2019

  1. ci: replace MINGW_URL with CUSTOM_MINGW=1

    This commit replaces the mirrors base URL contained in the MINGW_URL
    with a CUSTOM_MINGW=1 environment variable. The mirrors base URL will be
    fetched instead through the MIRRORS_BASE environment variable, defined
    in src/ci/shared.sh.
    pietroalbini committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    71e5018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c2c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6b266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6104aa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d623c56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e209ee4 View commit details
    Browse the repository at this point in the history
  7. ci: move validate-toolstate.sh in the mingw-check image

    The task was already run just there, so this cleans things up.
    pietroalbini committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c90cc12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14da85c View commit details
    Browse the repository at this point in the history
  9. ci: download curl and openssl from s3 for dist-x86_64-linux

    CentOS 5 only supports SSLv3 without SNI, and to get newer protocols
    working we need to download and compile OpenSSL and cURL from our
    mirror. Because of that, we can't use the CDN, as CloudFront requires
    TLSv1 with SNI.
    
    This commit changes the dist-x86_64-linux image to bypass the CDN for
    OpenSSL and cURL.
    pietroalbini committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    85132b2 View commit details
    Browse the repository at this point in the history