From 86fb5213aebf29bab1f4ec50cf7a3217a23f188c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Mon, 25 Jun 2018 17:10:39 -0700 Subject: [PATCH] Bump Buck to v2018.06.25.01 (#19882) Summary: Fixes #19881 Closes https://github.com/facebook/react-native/pull/19882 Differential Revision: D8627994 Pulled By: hramos fbshipit-source-id: ae43f2dd8dd5fac88590eeb4dddb18ebe5085359 --- .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 5c79711b5..4803f4584 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,12 +67,12 @@ aliases: - &restore-cache-buck keys: - - v3-buck-{{ arch }}-v2018.03.26.01 + - v3-buck-{{ arch }}-v2018.06.25.01 - &save-cache-buck paths: - ~/buck - ~/okbuck - key: v3-buck-{{ arch }}-v2018.03.26.01 + key: v3-buck-{{ arch }}-v2018.06.25.01 - &restore-cache-watchman keys: @@ -145,7 +145,7 @@ aliases: name: Install BUCK command: | if [[ ! -e ~/buck ]]; then - git clone https://github.com/facebook/buck.git ~/buck --branch v2018.03.26.01 --depth=1 + git clone https://github.com/facebook/buck.git ~/buck --branch v2018.06.25.01 --depth=1 fi cd ~/buck && ant buck --version diff --git a/ContainerShip/Dockerfile.android-base b/ContainerShip/Dockerfile.android-base index b630b396e..78cb4dc22 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.03.26.01 +ARG BUCK_VERSION=v2018.06.25.01 ARG NDK_VERSION=10e ARG NODE_VERSION=8.10.0 ARG WATCHMAN_VERSION=4.9.0