From aac477733f68eb32fc65383f2974752e11b617f0 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 11 Jan 2021 16:44:35 -0800 Subject: Add additional required packages. PiperOrigin-RevId: 351263241 --- .buildkite/hooks/pre-command | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3