-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Misc CI improvements #66090
Commits on Nov 12, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 71e5018 - Browse repository at this point
Copy the full SHA 71e5018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c2c04 - Browse repository at this point
Copy the full SHA 53c2c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for af6b266 - Browse repository at this point
Copy the full SHA af6b266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6104aa7 - Browse repository at this point
Copy the full SHA 6104aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d623c56 - Browse repository at this point
Copy the full SHA d623c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for e209ee4 - Browse repository at this point
Copy the full SHA e209ee4View commit details -
ci: move validate-toolstate.sh in the mingw-check image
The task was already run just there, so this cleans things up.
Configuration menu - View commit details
-
Copy full SHA for c90cc12 - Browse repository at this point
Copy the full SHA c90cc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14da85c - Browse repository at this point
Copy the full SHA 14da85cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 85132b2 - Browse repository at this point
Copy the full SHA 85132b2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.