documentation for how the "release" builds happen for Maiko on github?
1 view
Skip to first unread message
Nick Briggs
unread,
Feb 21, 2026, 8:56:38 PM (6 days ago) Feb 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lisp Core
We need to update the version of Ubuntu (or perhaps it's just going to a non-default version of gcc for the Ubuntu we're using) in order to be able to release prebuilt new versions of Maiko.
I went looking for where we choose which Ubuntu version the maiko assets are built on and how to get new maiko assets into the medley releases --
(a) I didn't find any documentation in the Maiko repository (or Medley repo), and
(b) it's pretty opaque what's going on with what Dockerfile or yaml file and what actually gets run (for Maiko)
Any suggestions?
-- Nick
Nick Briggs
unread,
Feb 21, 2026, 9:17:44 PM (6 days ago) Feb 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lisp Core
We need glibc 2.38 or later (for strlcat/strlcpy), which was first released with Ubuntu 23.10, and so for an LTS release we'd want Ubuntu 24.04 LTS. These are not new functions, they've been in all BSD flavor systems since 1998)