summaryrefslogtreecommitdiff
path: root/core/systemd/PKGBUILD
blob: d39d338ebbda3504a9315d3ed74f86763ead7937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 1 test fails in timeout:
# 417/487 test-event                              TIMEOUT 30.020517349243164 s 
# must investigate later, for now ignore testing

eval "$(
  declare -f check | \
    sed '
      s/meson test -C build/meson test -C build || true/
    '
)"

# compilation issues with gnu-efi 3.0.13
# https://bugs.archlinux.org/task/70046?project=1&string=systemd+grub-efi&search_name=&type[0]=&sev[0]=&pri[0]=&due[0]=&reported[0]=&cat[0]=&status[0]=open&percent[0]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&order=dateopened&sort=desc
# https://github.com/systemd/systemd/pull/18987
source+=('systemd-gnu-efi.patch')
sha512sums+=('e4e2bb0b0777a297a4c2b32b35a9a7c03e4de2ccf00f44454f1dcf0f441ba41f20d812d4771863612143a7e9b1df5e40e91b05e98de415e354b008fece3ca4da')

eval "$(
  declare -f prepare | \
    sed '
      /patch/ a \
        patch -p1 -i "$srcdir/systemd-gnu-efi.patch"
    '
)"