]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: Drop debuginfo packages
authorMartin Pitt <martin@piware.de>
Thu, 8 Dec 2022 08:19:13 +0000 (09:19 +0100)
committerMartin Pitt <martin@piware.de>
Thu, 8 Dec 2022 08:19:13 +0000 (09:19 +0100)
I haven't need these for a long time, better to install them on demand.

build-cockpit-toolbox

index 0ff0f7e2c172f1f586f2cc4ca9794c297db18751..a086c48d8de1893c2856ddf19e6f92fef0873061 100755 (executable)
@@ -27,7 +27,4 @@ sudo dnf install -y ansible man-db man-pages moreutils fd-find ripgrep gh \
 # run podman in toolbox
 printf "flatpak-spawn --host podman \42\$@\42\n" | sudo tee /usr/local/bin/podman >/dev/null
 sudo chmod a+x /usr/local/bin/podman
-
-# debugging cockpit crashes
-sudo dnf debuginfo-install -y glib2 glibc libssh gnutls
 '