Also, does the latest version of compose desktop r...
# compose-desktop
b
Also, does the latest version of compose desktop require glibc 2.29? the previous version worked fine with 2.28. There's also this issue from 2 years ago about it with no responses: https://youtrack.jetbrains.com/issue/CMP-2279
e
https://github.com/JetBrains/skiko/blob/master/skiko/docker/linux-amd64/Dockerfile their CI setup seems to be running the build inside a Docker container, which is built on Ubuntu 20.04, which uses Glibc 2.31
I think it also uses artifacts from skia-pack which is also built on Ubuntu 20.04
b
so there's no workaround? It's odd the last version which came out a few months ago was working, but that ticket is over 2 years old
oh i see they changed the image in may, i guess im stuck on the old version