From 471eb40e73b456088147c7e605d2457be3aca0ff Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Fri, 1 Jun 2018 10:55:23 -0700 Subject: [PATCH] Bump to BUCK v2018.03.26.01 --- .circleci/config.yml | 6 +++--- ContainerShip/Dockerfile.android-base | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e694fb8969563..5f720a8d32fb8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,12 +67,12 @@ aliases: - &restore-cache-buck keys: - - v3-buck-{{ arch }}-v2018.02.16.01 + - v3-buck-{{ arch }}-v2018.03.26.01 - &save-cache-buck paths: - ~/buck - ~/okbuck - key: v3-buck-{{ arch }}-v2018.02.16.01 + key: v3-buck-{{ arch }}-v2018.03.26.01 - &restore-cache-watchman keys: @@ -140,7 +140,7 @@ aliases: name: Install BUCK command: | if [[ ! -e ~/buck ]]; then - git clone https://github.com/facebook/buck.git ~/buck --branch v2018.02.16.01 --depth=1 + git clone https://github.com/facebook/buck.git ~/buck --branch v2018.03.26.01 --depth=1 fi cd ~/buck && ant buck --version diff --git a/ContainerShip/Dockerfile.android-base b/ContainerShip/Dockerfile.android-base index c9eb8e4c0230db..b630b396e9599d 100644 --- a/ContainerShip/Dockerfile.android-base +++ b/ContainerShip/Dockerfile.android-base @@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos " ARG SDK_VERSION=sdk-tools-linux-3859397.zip ARG ANDROID_BUILD_VERSION=26 ARG ANDROID_TOOLS_VERSION=26.0.3 -ARG BUCK_VERSION=v2018.02.16.01 +ARG BUCK_VERSION=v2018.03.26.01 ARG NDK_VERSION=10e ARG NODE_VERSION=8.10.0 ARG WATCHMAN_VERSION=4.9.0