gcc 9.4 compiler in docker images
-
Can the gcc compiler is the clickable docker images be updated to a newer version?
-
@oldpaint That's the default for Ubuntu 20.04, the new 24.04 images have gcc 13.
-
@ikoz The current Botan cryptography library is version 3.9 and it requires gcc 11 or newer. So, I can't build it as part of my clickable project. I suppose I can pre-build it on my development box. Or, I can maybe use an older version of Botan that has reached end of life. Or, I can wait for Ubuntu Touch to move to a newer version. Any plans or schedule for that?
-
I see this: "Ubuntu Touch 24.04-1.0 is slated for release on 24 September 2025". Maybe I'll wait.
-
@oldpaint I think it should already be possible to build your app for nobel. But you will probably need to update your clickable docker image first. Of cause you can also wait for nobel being stable.
-
@johndoe Thanks. To update the docker images I think I need to add 'ubuntu-touch-24.04-1.x' to some configuration file under some heading and then run 'clickable update-images' optionally followed by 'clickable clean-images'. I cannot figure out what configuration file to change and under what heading I should add the new click foundation string. Nothing I do seems to update the docker images. So, I am stuck.