]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Remove Arch nspawn workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 25 Feb 2022 11:01:07 +0000 (11:01 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 25 Feb 2022 14:54:03 +0000 (14:54 +0000)
This has been fixed so the workaround can be removed.

.github/workflows/mkosi.yml

index daf009a3b119e0f6eb4eae425b7e21f9173e1a4b..f24c313622f8f2999c7174b0d47386ba3b347f4f 100644 (file)
@@ -48,19 +48,6 @@ jobs:
     - name: Configure
       run: echo -e "[Distribution]\nDistribution=${{ matrix.distro }}\n" >mkosi.default
 
-    # Ubuntu's systemd-nspawn doesn't support faccessat2() syscall, which is
-    # required, since current Arch's glibc implements faccessat() via faccessat2().
-    - name: Update systemd-nspawn
-      if: ${{ matrix.distro == 'arch' }}
-      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 update
-        sudo apt build-dep systemd
-        meson build
-        ninja -C build
-        sudo ln -svf "$PWD/build/systemd-nspawn" "$(which systemd-nspawn)"
-        systemd-nspawn --version
-
     - name: Build ${{ matrix.distro }}
       run: ./.github/workflows/run_mkosi.sh --build-environment=CI_BUILD=1 --kernel-command-line "${{ env.KERNEL_CMDLINE }}" build