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

[wheel] use latest manylinux build image #46415

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

aslonnie
Copy link
Collaborator

@aslonnie aslonnie commented Jul 3, 2024

which contains fixes for centos mirror

@aslonnie aslonnie requested a review from a team as a code owner July 3, 2024 17:13
which contains fixes for centos mirror

Signed-off-by: Lonnie Liu <[email protected]>
@aslonnie aslonnie requested a review from can-anyscale July 3, 2024 17:14
@aslonnie aslonnie force-pushed the lonnie-240703-centosup branch from cce0a93 to 3d44362 Compare July 3, 2024 17:14
@aslonnie aslonnie requested review from brucez-anyscale and khluu July 3, 2024 17:14
@aslonnie aslonnie added compiled-graphs go add ONLY when ready to merge, run all tests and removed compiled-graphs labels Jul 3, 2024
Comment on lines -16 to -24

# Centos 7 is EOL and is no longer available from the usual mirrors, so switch
# to https://vault.centos.org
sed -i 's/enabled=1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/*.repo
sed -i 's;^.*baseurl=http://mirror;baseurl=https://vault;g' /etc/yum.repos.d/*.repo
if [ "${HOSTTYPE}" == "aarch64" ]; then
sed -i 's;/centos/7/;/altarch/7/;g' /etc/yum.repos.d/*.repo
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because they are no longer required.

@aslonnie aslonnie requested a review from khluu July 4, 2024 02:14
@aslonnie aslonnie merged commit 2432b62 into master Jul 4, 2024
7 checks passed
@aslonnie aslonnie deleted the lonnie-240703-centosup branch July 4, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants