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

Use AlmaLinux:8 for x86_64-linux binary-compatible-builds #8892

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

elliottt
Copy link
Member

@elliottt elliottt commented Jul 1, 2024

CentOS 7 has hit EOL, and is beginning to cause build failures due to mirror lists being unavailable. This PR switches us over to using AlmaLinux 8 instead.

AlmaLinux 8 has cmake-3.26, so it's reasonable to continue explicitly installing cmake-3.29.

@elliottt elliottt force-pushed the trevor/bcb-ubuntu branch from bcf1b62 to 87a904d Compare July 2, 2024 00:13
@elliottt elliottt changed the title Use Ubuntu-16.04 for x86_64-linux binary-compatible-builds Use AlmaLinux:8 for x86_64-linux binary-compatible-builds Jul 2, 2024
@elliottt elliottt marked this pull request as ready for review July 2, 2024 00:15
@elliottt elliottt requested a review from a team as a code owner July 2, 2024 00:15
@elliottt elliottt requested review from fitzgen and jameysharp and removed request for a team July 2, 2024 00:15
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

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

This makes sense to me.

I think it's worth specifically calling out that AlmaLinux 8 is the current recommended base for Python's manylinux, which exists to solve essentially the same problem.

@elliottt elliottt added this pull request to the merge queue Jul 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 2, 2024
@elliottt elliottt added this pull request to the merge queue Jul 2, 2024
Merged via the queue into bytecodealliance:main with commit 248bc65 Jul 2, 2024
119 checks passed
@elliottt elliottt deleted the trevor/bcb-ubuntu branch July 2, 2024 01:13
fitzgen added a commit to fitzgen/wizer that referenced this pull request Aug 19, 2024
The `centos:7` image hit end of life, so we need something new.

Similar to bytecodealliance/wasmtime#8892 in Wasmtime.
fitzgen added a commit to bytecodealliance/wizer that referenced this pull request Aug 19, 2024
…ds (#108)

* Update the binary-compatible-builds action from Wasmtime

* Use `almalinux:8` as base image for x86_64-linux CI docker image

The `centos:7` image hit end of life, so we need something new.

Similar to bytecodealliance/wasmtime#8892 in Wasmtime.

* Allos `cfg(fuzzing)`

* Remove dead code ever since module-linking support was removed

* set global npm config with sudo in ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants