nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
250 stars 53 forks source link

fix: Do not use mirrorlist for centos:7 builds. #149

Closed jwalton closed 3 months ago

jwalton commented 3 months ago

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 tried x64-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).