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`