From b693deae87515c9ba53cbddb6541c4b52b627680 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 19 Aug 2025 04:27:51 +0200 Subject: [PATCH] build sysupdated ...but don't enable in systemd; currently opt-in for testing --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 97b532d..15ba7d8 100755 --- a/build.sh +++ b/build.sh @@ -76,6 +76,9 @@ echo "Server = https://archive.archlinux.org/repos/${BUILD_DATE}/\$repo/os/\$arc cargo build --release --manifest-path btrfs-migrator/Cargo.toml cp -v btrfs-migrator/target/release/_kde-linux-btrfs-migrator mkosi.extra/usr/bin/ +git clone https://invent.kde.org/kde-linux/kde-linux-sysupdated +DESTDIR=$PWD/mkosi.extra make --directory=kde-linux-sysupdated install + mkosi \ --environment="CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHORT_SHA:-unknownSHA}" \ --environment="CI_COMMIT_SHA=${CI_COMMIT_SHA:-unknownSHA}" \