From d3c4eef9f074c751aa2d5ed3dbea7c06ec276c92 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 4 Sep 2024 13:37:22 +0200 Subject: [PATCH] scripts(setup-ubuntu.sh): Remove clang-15 After the latest updates below we seem to be able to drop clang-15 (and with that the llvm-15 dependency) from the builder docker image. - https://github.com/termux/termux-packages/pull/20595 - https://github.com/termux/termux-packages/pull/20585 - https://github.com/termux/termux-packages/pull/20581 --- scripts/setup-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 419c7e8377fa65..a29a12130480b1 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -99,7 +99,6 @@ PACKAGES+=" gengetopt" PACKAGES+=" libdbus-1-dev" # Needed by package below. -PACKAGES+=" clang-15" PACKAGES+=" libelf-dev" # Needed by package ghostscript.