We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9505a8 commit 2a464e2Copy full SHA for 2a464e2
debian/tests/control
@@ -1,2 +1,3 @@
1
-Tests: run-all bundled-gems builtin-extensions
2
-Depends: @
+Tests: run-all bundled-gems builtin-extensions rubyconfig pkg-config
+Depends: @, libffi-dev
3
+Restrictions: allow-stderr
debian/tests/pkg-config
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -eu
4
5
+ruby="${1:-ruby3.1}"
6
+cd "${AUTOPKGTEST_TMP:-/tmp}"
7
8
+set -x
9
+$ruby -rmkmf -e 'pkg_config("libffi") or raise "pkg_config does not work"'
0 commit comments