From: Joerg Behrmann Date: Wed, 12 Jul 2023 13:29:33 +0000 (+0200) Subject: ci: drop building systemd-analyze X-Git-Tag: v15~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521af6e7c4dbeabb2c23ca898b3f921f6ce4d852;p=thirdparty%2Fmkosi.git ci: drop building systemd-analyze --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 070ee0652..2cb7979fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/action.yaml b/action.yaml index f0d97a32b..3b0395018 100644 --- a/action.yaml +++ b/action.yaml @@ -75,7 +75,6 @@ runs: BINARIES=( bootctl systemctl - systemd-analyze systemd-dissect systemd-firstboot systemd-measure