index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-18 09:23:50 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-18 09:23:50 +0100 |
commit | 5e6034d669339fad39f622bcf17c042b2355d20d (patch) | |
tree | 81f92a405e0ace12a8fe1aa3a06bdb7ded06ab76 /core/systemd | |
parent | 450c33b588059e0289d5d8da0cd9c7a2d2d2dd51 (diff) |
-rw-r--r-- | core/systemd/PKGBUILD | 11 |
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index d39d338e..440c4133 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -1,14 +1,3 @@ -# 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 |