mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! sandbox: enable keytoc in hosttools_defconfig
@ 2026-08-05 14:20 Ahmad Fatoum
  2026-08-06 13:04 ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Ahmad Fatoum @ 2026-08-05 14:20 UTC (permalink / raw)
  To: barebox
  Cc: Thomas Bonnefille, Thomas Petazzoni, Miquèl Raynal, Ahmad Fatoum

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.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Patch is not yet on master branch, so this could be simply squashed.

 .github/workflows/musl-tools.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/musl-tools.yml b/.github/workflows/musl-tools.yml
index 52cdd184ade3..d85328bc3f3c 100644
--- a/.github/workflows/musl-tools.yml
+++ b/.github/workflows/musl-tools.yml
@@ -34,6 +34,10 @@ jobs:
         m () { make -j$(nproc) CC=musl-gcc LD=musl-gcc HOSTCC=musl-gcc HOSTLD=musl-ld "$@"; }
 
         m ${{matrix.defconfig}}
+
+        # CI image ships OpenSSL development files only for glibc
+        scripts/config --disable KEYTOC
+
         m scripts/
 
         test -n "$(musl-ldd scripts/imx/imx-usb-loader${{matrix.suffix}} 2>/dev/null | grep musl)"
-- 
2.47.3




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-06 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 14:20 [PATCH] fixup! sandbox: enable keytoc in hosttools_defconfig Ahmad Fatoum
2026-08-06 13:04 ` Sascha Hauer
2026-08-06 14:52   ` Thomas Bonnefille
2026-08-06 15:38     ` Ahmad Fatoum
2026-08-06 14:54   ` Thomas Bonnefille

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox