# seccomp fails happilly in tests, so disabling it
eval "$(
declare -f build | \
  sed '
	s/--enable-seccomp/--disable-seccomp/
  '
)"