Patch is not needed anymore

This commit is contained in:
Faustin Lammler 2024-07-12 13:11:29 +02:00
parent 7e87062e83
commit 344d3044cb
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 8 additions and 8 deletions

View File

@ -4,14 +4,14 @@ runs:
using: "composite" using: "composite"
steps: steps:
# See: https://github.com/actions/runner-images/issues/9425 # See: https://github.com/actions/runner-images/issues/9425
- name: Patch crun # - name: Patch crun
shell: bash # shell: bash
if: > # if: >
startsWith(matrix.distro, 'debian') || # startsWith(matrix.distro, 'debian') ||
startsWith(matrix.distro, 'ubuntu') # startsWith(matrix.distro, 'ubuntu')
run: | # run: |
curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4-linux-amd64 # curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4-linux-amd64
sudo install crun /usr/bin/crun # sudo install crun /usr/bin/crun
# This is necessary on GH Actions to allow running systemd in rootless containers # This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536 # see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155 # see: https://github.com/ansible-community/molecule/discussions/3155