fix: Do not use mirrorlist for centos:7 builds. #149
Merged
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.
Fixes #147.
All the centos:7 builds are failing because the mirrorlist for centos repos has removed CentOS 7. This fixes this by modifying the yum repo config files so we fetch repos from valut.centos.org instead of from the mirrorlist URLs.
Tried this out with
x64-glibc-217
and made sure it built successfully. I also triedx64-pointer-compression
and stopped it before it completed, but made sure it got into the compilation phase (it won't get anywhere near that far without this fix).