mkosi: Stop applying device groups patch on Arch

It stopped applying so let's stop applying it to make CI green again.
This commit is contained in:
Daan De Meyer 2024-09-12 21:27:03 +02:00 committed by Luca Boccassi
parent b0b4e39a4d
commit cf94f513f0

View file

@ -67,10 +67,6 @@ sed --in-place "pkg/$PKG_SUBDIR/PKGBUILD" \
--expression "s/^_tag=.*/_tag=$(cat meson.version)/" \
--expression "s/^pkgrel=.*/pkgrel=$(date "+%Y%m%d%H%M%S" --date "@$TS")/"
# Replace cdrom/dialout/tape groups with optical/uucp/storage. We apply this patch manually because we run
# with --noprepare.
patch -Np1 -i pkg/arch/0001-Use-Arch-Linux-device-access-groups.patch
# We get around makepkg's root check by setting EUID to something else.
# shellcheck disable=SC2046
env --chdir="pkg/$PKG_SUBDIR" \