]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Remove nspawn Arch workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 25 Feb 2022 10:42:34 +0000 (10:42 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 25 Feb 2022 11:00:35 +0000 (11:00 +0000)
.github/workflows/ci.yml

index 0ed8f05f66929681d192cbac826719c2df5315ed..193b27bf1ff5a99d2d966c2d44847cf2f6c060e1 100644 (file)
@@ -233,20 +233,6 @@ jobs:
         sync-uri = https://raw.githubusercontent.com/257/binpkgs/main
         EOF
 
-    # 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
-        git clone https://github.com/systemd/systemd --depth=1 && cd systemd
-        meson build
-        ninja -C build
-        sudo ln -svf $PWD/build/systemd-nspawn `which systemd-nspawn`
-        systemd-nspawn --version
-
     - name: Build ${{ matrix.distro }}/${{ matrix.format }}
       run: |
         sudo python3 -m mkosi build