[sysadmin/ci-images] buildstream: buildstream: Add git-lfs

Ben Cooksley <[email protected]> Wed, 5 Aug 2026 10:53:46 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 7d1c058ada3eaf9f112da3b5c8f72f842946860f by Ben Cooksley, on behalf of Aleix Pol Gonzalez.
Committed on 05/08/2026 at 10:51.
Pushed by bcooksley into branch 'master'.

buildstream: Add git-lfs

M  +1    -1    buildstream/build.sh

https://invent.kde.org/sysadmin/ci-images/-/commit/7d1c058ada3eaf9f112da3b5c8f72f842946860f

diff --git a/buildstream/build.sh b/buildstream/build.sh
index abfb940..2df9e1f 100755
--- a/buildstream/build.sh
+++ b/buildstream/build.sh
@@ -20,7 +20,7 @@ packages=(
     # necessary to run flatpak-builder-to-bst.py
     python3-gobject python3-dulwich python3-tomlkit
     # Common helpers
-    wget git json-glib-devel make
+    wget git git-lfs json-glib-devel make
 )
 dnf -y update
 dnf install -y "${packages[@]}"