]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: drop building systemd-analyze
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 12 Jul 2023 13:29:33 +0000 (15:29 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 12 Jul 2023 13:37:06 +0000 (15:37 +0200)
.github/workflows/ci.yml
action.yaml

index 070ee0652285eab4f0bd22ceeec66fff98c94808..2cb7979fe3ac90211876ffd31add026a30dc8a93 100644 (file)
@@ -17,23 +17,10 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - name: Update systemd-analyze
+    - name: Install
       run: |
-        echo "deb-src http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
         sudo apt-get update
-        sudo apt-get build-dep systemd
         sudo apt-get install pandoc
-
-        git clone https://github.com/systemd/systemd --depth=1
-        meson setup systemd/build systemd
-
-        ninja -C systemd/build systemd-analyze
-
-        sudo ln -svf $PWD/systemd/build/systemd-analyze /usr/bin/systemd-analyze
-        systemd-analyze --version
-
-    - name: Install
-      run: |
         python3 -m pip install pytest mypy types-cryptography isort pyflakes
         npm install -g pyright
 
index f0d97a32b60fed80e2b80ec1dd576a7a1683fedf..3b0395018e81933a64c8d8f04dce15020eab4ffd 100644 (file)
@@ -75,7 +75,6 @@ runs:
       BINARIES=(
         bootctl
         systemctl
-        systemd-analyze
         systemd-dissect
         systemd-firstboot
         systemd-measure