From 9c77de57a3679b90d74c68e34d1c30e8bd8183ee Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Wed, 3 Dec 2025 20:15:25 +0900 Subject: [PATCH] Disable adding the apparently very heavy dotnet-sdk-8.0 package --- build_files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/build.sh b/build_files/build.sh index 5181696..1369108 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -33,12 +33,12 @@ dnf5 install -y \ patch gcc gcc-c++ \ python3 python3-pip \ nodejs \ - dotnet-sdk-8.0 \ php composer \ weechat \ neomutt libnotify notmuch abook isync \ khal vdirsyncer \ newsboat +#dotnet-sdk-8.0 \ # Install uv curl -LsSf https://astral.sh/uv/install.sh | sh