Skip to content
Snippets Groups Projects
Commit 9b837452 authored by Stan Hu's avatar Stan Hu
Browse files

Recompile native gems for SLES 15.2

As described in
https://github.com/rake-compiler/rake-compiler-dock/issues/122, x86
precompiled native gems for a long time have used an image based on
CentOS 7, which uses glibc 2.17.

With https://github.com/rake-compiler/rake-compiler-dock/pull/126, the
image has been updated to Ubuntu 20.04, which uses glibc 2.29.

SLES 15.2 uses glibc 2.26, so we need to recompile Ruby native gems
for them to work. Failure to do so results in a `LoadError`:

```
LoadError: /lib64/libc.so.6: version `GLIBC_2.28' not found
```

See
https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/jobs/8861917454
as an example.

This is a follow-up to
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8087.

Changelog: changed
parent fafd5c0f
No related branches found
No related tags found
1 merge request!172Merge upstream Omnibus GitLab into Omnibus Heptapod
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment