canonical / flutter-snap

GNU General Public License v3.0
18 stars 8 forks source link

feat: Core22 #108

Open Gustl22 opened 1 year ago

Gustl22 commented 1 year ago

This is an attempt to update to Core22 in order to support newer GLibc versions.

Despite all attempts to set the correct ELF interpreter, I still get the lint warning:

classic: bin/tar: ELF interpreter should be set to '/snap/core22/current/lib64/ld-linux-x86-64.so.2'. (https://snapcraft.io/docs/linters-classic)

See: https://snapcraft.io/docs/linters-classic#heading--issues-auto

And on attempt to call flutter --version I get:

bash: /snap/flutter/x3/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by bash)

Maybe someone can take the lead here. Best regards ;D

I'm building with snapcraft --verbose --use-lxd.

See also #96