diff options
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/hooks/pre-command | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index ba688f9ac..fb2b1892d 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -7,7 +7,8 @@ function install_pkgs() { fi done } -install_pkgs graphviz jq curl binutils gnupg gnupg-agent linux-libc-dev \ +install_pkgs make "linux-headers-$(uname -r)" linux-libc-dev \ + graphviz jq curl binutils gnupg gnupg-agent golang-go \ apt-transport-https ca-certificates software-properties-common # Setup for parallelization with PARTITION and TOTAL_PARTITIONS. |