diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 3170d4931..8dcd0f75c 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -10,8 +10,7 @@ function install_pkgs() { done } install_pkgs make linux-libc-dev graphviz jq curl binutils gnupg gnupg-agent \ - gcc pkg-config apt-transport-https ca-certificates software-properties-common \ - jq + gcc pkg-config apt-transport-https ca-certificates software-properties-common # Install headers, only if available. if test -n "$(apt-cache search --names-only "^linux-headers-$(uname -r)$")"; then