You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to generate a new 8.2 release but this time having the linux artifact built in an ubuntu:18.04 docker container so the linux artifact will depends on GLIBC 2.27 instead of 2.33
Summary
Need to generate a new 8.2 release but this time having the linux artifact built in an
ubuntu:18.04
docker container so the linux artifact will depends on GLIBC 2.27 instead of 2.33HowTo check
Annexes
My investigations
Ubuntu 18.04 LTS
Ubuntu 16.04 LTS
Centos-8
$ docker run --rm -it centos:8 # objdump -p p /lib64/libc-2.28.so ... 30 0x00 0x0963cf85 GLIBC_PRIVATE GLIBC_2.28
The text was updated successfully, but these errors were encountered: