From: Daan De Meyer Date: Mon, 20 Jun 2022 14:31:05 +0000 (+0200) Subject: action: Build only systemd-nspawn X-Git-Tag: v13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56536216127497433737ededcb7a31b7d268d4cb;p=thirdparty%2Fmkosi.git action: Build only systemd-nspawn Speed things up by only building nspawn instead of the entirety of systemd. --- diff --git a/action.yaml b/action.yaml index 78b073373..5877218fb 100644 --- a/action.yaml +++ b/action.yaml @@ -74,7 +74,7 @@ runs: sudo apt-get build-dep systemd git clone https://github.com/systemd/systemd-stable --branch v251.2 --depth=1 meson systemd-stable/build systemd-stable - ninja -C systemd-stable/build + ninja -C systemd-stable/build systemd-nspawn sudo ln -svf $PWD/systemd-stable/build/systemd-nspawn $(which systemd-nspawn) systemd-nspawn --version