index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-10 03:51:03 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-10 03:51:03 +0200 |
commit | d5be107177c5f21e21f2fb15c870d7183332a35a (patch) | |
tree | e369390e4ddf450ef64a11711f85ee7ea623e979 /core | |
parent | 20151ee86a3163a1cf2386bbe2be8ef66dd550da (diff) |
-rw-r--r-- | core/dbus-broker/PKGBUILD | 5 |
diff --git a/core/dbus-broker/PKGBUILD b/core/dbus-broker/PKGBUILD new file mode 100644 index 00000000..c4cc2d71 --- /dev/null +++ b/core/dbus-broker/PKGBUILD @@ -0,0 +1,5 @@ +# Disable sockopt and proc tests as they fail in the container +eval "$( + declare -f prepare | \ + sed '4 i sed -i '/test_sockopt/d' src/meson.build; sed -i '/test_proc/d' src/meson.build' +)" |