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

chore(ci): pin to ubuntu 20.04 for older glibc compat #19

Closed

Conversation

maxime1907
Copy link
Contributor

@maxime1907 maxime1907 commented Jun 8, 2024

Fixes #18

ubuntu@game:/tmp/cleanerr$ ldd cleaner.css.so
./cleaner.css.so: /lib32/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./cleaner.css.so)
./cleaner.css.so: /lib32/libc.so.6: version `GLIBC_2.32' not found (required by ./cleaner.css.so)
./cleaner.css.so: /lib32/libc.so.6: version `GLIBC_2.34' not found (required by ./cleaner.css.so)
ubuntu@game:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"

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.

GLIBCXX_3.4.21 not found
2 participants