From 152745b50d9e2369a97a6fffaae875098b2fc97c Mon Sep 17 00:00:00 2001 From: Thomas Kiley Date: Thu, 2 Apr 2020 10:19:36 +0100 Subject: [PATCH] Install cmake on the cmake job This is a dependency. --- buildspec-linux-cmake-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec-linux-cmake-gcc.yml b/buildspec-linux-cmake-gcc.yml index f46ee0db9ea..08e2eed563a 100644 --- a/buildspec-linux-cmake-gcc.yml +++ b/buildspec-linux-cmake-gcc.yml @@ -12,7 +12,7 @@ phases: commands: - sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list - apt-get update -y - - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq + - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake build: commands: - echo Build started on `date`