os-test-bins: add gettext, libarchive, and libiconv to build depends and run make html

This commit is contained in:
Jeremy Soller 2026-01-12 15:02:35 -07:00
parent c7d05ac1ca
commit 0bdad8670b
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -2,6 +2,11 @@
same_as = "../os-test"
[build]
dependencies = [
"gettext",
"libarchive",
"libiconv",
]
template = "custom"
script = """
DYNAMIC_INIT
@ -46,6 +51,7 @@ echo "Ensuring outputs are newer than sources and executables"
find out -type f -exec touch '{}' ';'
make test
make html
EOF
chmod +x "${COOKBOOK_STAGE}/usr/bin/os-test-runner"
"""