mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
BuildKite: Remove duplicate jq from list of packages to install.
It is already listed earlier in the command line. Ordinarily I wouldn't make a change for something this small, but I'm going to use this change as a means to dip my toes with the BuildKite build pipeline. PiperOrigin-RevId: 447618014
This commit is contained in:
committed by
gVisor bot
parent
24f0686ac6
commit
3c0fe6d08d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user