]> git.arvados.org - arvados.git/commit
22318: Remove obsolete checks from run-tests
authorBrett Smith <brett.smith@curii.com>
Wed, 1 Jan 2025 18:17:04 +0000 (13:17 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 1 Jan 2025 18:17:04 +0000 (13:17 -0500)
commit6a2b9dfc3813a4086c71dce9a8732789262fb27f
treeff6ec594b30ddd959434a49bf49061a2ef614cd8
parent34d548f9c44dd1932e2d2c49c0c83c98819f0ee8
22318: Remove obsolete checks from run-tests

* gnutls.h: You need a TLS backend for curl, but the specific one
  doesn't matter. We already check for curl; the odds that the user
  installed one without TLS are near-zero (Debian doesn't package
  one by itself).

* libattr1: This used to be required for llfuse (required by
  services/fuse), but they have since switched to sys/xattr.h
  provided by glibc.

* graphviz: Used to be required by Workbench 1.

* pandoc: I guess this was required to generate R SDK documentation,
  but it isn't anymore.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-tests.sh