aboutsummaryrefslogtreecommitdiff
path: root/tests/packages.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-30 18:36:35 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:16 +0200
commit8647aaaa1404b2dd3931b53489178e79de40fa6c (patch)
tree6e8592d5ca6ebd6d4398998f9d6e47b16b81b200 /tests/packages.scm
parent442eba98be21518423f2cf0a10d1fa5d6c7865ca (diff)
downloadguix-8647aaaa1404b2dd3931b53489178e79de40fa6c.tar.gz
guix-8647aaaa1404b2dd3931b53489178e79de40fa6c.zip
gnu: apache-arrow: Build with ORC.
* gnu/packages/databases.scm (apache-arrow)[arguments]: Set options needed to build with ORC support; remove unused options -DBENCHMARK_ENABLE_GTEST_TESTS=OFF and -DARROW_GLOG=ON. [inputs]: Add apache-orc. Change-Id: Icabe6e3a73478c8464ea1e8efc103899da8e5a86
Diffstat (limited to 'tests/packages.scm')
0 files changed, 0 insertions, 0 deletions
/guix-daemon.cil.in (guix_daemon): Permit more operations required for various build jobs. Marius Bakke 2020-11-26etc: Add more SELinux permissions for the daemon....* etc/guix-daemon.cil.in (guix_daemon): Permit file appending, setattr, read/write UDP sockets, access to tmpfs and hugetlbfs, and connecting to PostgreSQL. Marius Bakke 2020-11-25etc: Add more SELinux permissions for the daemon....This is needed for some package test suites. * etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations. Marius Bakke 2020-11-15etc: Updates for the guix-daemon SELinux policy....* etc/guix-daemon.cil.in (guix_daemon): Specify more permissions for guix-daemon to account for daemon updates and newer SELinux. I can't promise that this is a complete list of everything that guix-daemon needs, but it's probably most of them. It can search for, install, upgrade, and remove packages, create virtual machines and containers, update itself, and so on. Signed-off-by: Marius Bakke <marius@gnu.org> Daniel Brooks