From 85e5f032d83344aefd02b9eda6a0dc96a725ad6f Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 7 Jun 2026 06:25:21 +0500 Subject: [PATCH] scripts: gha: remove bundled mbedTLS on Switch --- scripts/gha/build_nswitch_docker.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index 493d01aa..06d5457c 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -40,6 +40,10 @@ echo "Building libsolder..." make -C libsolder install || die +# Remove devkitPro's outdated mbedTLS as we only target 4.x+ +echo "Removing devkitPro's mbedTLS port..." +dkp-pacman -R --noconfirm switch-libssh2 switch-mbedtls || true + echo "Building engine..." ./waf configure -T release --nswitch || die_configure