Hello, thank you very much for this fix ! On Thu Aug 6, 2026 at 3:04 PM CEST, Sascha Hauer wrote: > > On Wed, 05 Aug 2026 16:20:02 +0200, Ahmad Fatoum wrote: >> ci: musl-tools: disable KEYTOC as it depends on OpenSSL >> >> The OpenSSL we ship in the CI container is built against glibc and so >> compiling keytoc against musl in it is currently not possible. >> >> Fix the CI breakage by disable KEYTOC, but only for the Github workflow. I’ve successfully compiled OpenSSL against musl in a modified version of the barebox-ci container and can now compile keytoc in it. This approach would help detect build errors for keytoc + musl earlier. Would this be acceptable for Barebox? > [...] Best regards,