Skip to content

compiler: Upgrade from CentOS 7 to AlmaLinux 8 (1.65.x backport)#11370

Merged
larry-safran merged 1 commit intogrpc:v1.65.xfrom
larry-safran:backport-rhel8-1.65
Jul 10, 2024
Merged

compiler: Upgrade from CentOS 7 to AlmaLinux 8 (1.65.x backport)#11370
larry-safran merged 1 commit intogrpc:v1.65.xfrom
larry-safran:backport-rhel8-1.65

Conversation

@larry-safran
Copy link
Contributor

CentOS 7 became end-of-life on July 1st and is no longer working. We now dynamically link against libstdc++, as RHEL 8 doesn't support static linking: https://access.redhat.com/articles/rhel8-abi-compatibility

We now use objdump in check-artifact for all linux architectures. This avoids using a mix of objdump and ldd. ldd shows transitive dependencies, which is less convenient.

Backport of #11354

CentOS 7 became end-of-life on July 1st and is no longer working. We now
dynamically link against libstdc++, as RHEL 8 doesn't support static
linking: https://access.redhat.com/articles/rhel8-abi-compatibility

We now use objdump in check-artifact for all linux architectures. This
avoids using a mix of objdump and ldd. ldd shows transitive
dependencies, which is less convenient.
@larry-safran larry-safran requested a review from ejona86 July 10, 2024 19:47
@larry-safran larry-safran merged commit c2a3ed3 into grpc:v1.65.x Jul 10, 2024
@larry-safran larry-safran deleted the backport-rhel8-1.65 branch July 10, 2024 21:13
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants