Skip to content

Commit

Permalink
Publication process requires 'yq'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Oct 13, 2024
1 parent 1f06363 commit 8262e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow-support/make_ci_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ image_name=${1}; shift
pdns_build=(build-essential autoconf automake ragel bison flex libboost-all-dev pkg-config python3-venv libluajit-5.1-dev libssl-dev libsqlite3-dev sqlite3)
pdns_run=(libsqlite3-0 libluajit-5.1-2)
lint_deps=(shellcheck)
publish_deps=(yq)

toxenvs=(lint-action ci-action publish-action)
cimatrix=(py3{9,10,11,12,13})
Expand All @@ -32,6 +33,7 @@ build_cmd_with_source() {
build_cmd apt-get update --quiet=2
build_cmd apt-get install --yes --quiet=2 "${pdns_build[@]}" "${pdns_run[@]}"
build_cmd apt-get install --yes --quiet=2 "${lint_deps[@]}"
build_cmd apt-get install --yes --quiet=2 "${publish_deps[@]}"

for pdns_ver in "${@}"; do
case "${pdns_ver}" in
Expand Down

0 comments on commit 8262e4c

Please sign in to comment.