From 62264b7ce214709cfdd177fe03659397567f7d8d Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 11 Jan 2019 15:14:37 -0800 Subject: [PATCH] bump buck to 2019.01.10.01 (#22960) Summary: bump Buck to 2019.01.10.01 Changelog: ---------- [General] [Changed] - bump Buck to 2019.01.10.01 Pull Request resolved: https://github.com/facebook/react-native/pull/22960 Differential Revision: D13640470 Pulled By: hramos fbshipit-source-id: 125e127eb5e71daaebcadbde6c067651c9c17986 --- .circleci/config.yml | 8 ++++---- ContainerShip/Dockerfile.android-base | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 905966fa5..c83747a4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,13 +57,13 @@ aliases: - &restore-cache-downloads-buck keys: - - v3-buck-v2018.10.29.01-{{ checksum "scripts/circleci/buck_fetch.sh" }}} - - v3-buck-v2018.10.29.01- + - v3-buck-v2019.01.10.01-{{ checksum "scripts/circleci/buck_fetch.sh" }}} + - v3-buck-v2019.01.10.01- - &save-cache-downloads-buck paths: - ~/buck - ~/okbuck - key: v3-buck-v2018.10.29.01-{{ checksum "scripts/circleci/buck_fetch.sh" }} + key: v3-buck-v2019.01.10.01-{{ checksum "scripts/circleci/buck_fetch.sh" }} - &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.10.29.01 --depth=1 + git clone https://github.com/facebook/buck.git ~/buck --branch v2019.01.10.01 --depth=1 fi cd ~/buck && ant buck --version diff --git a/ContainerShip/Dockerfile.android-base b/ContainerShip/Dockerfile.android-base index 671a32dce..d1a42d64d 100644 --- a/ContainerShip/Dockerfile.android-base +++ b/ContainerShip/Dockerfile.android-base @@ -25,7 +25,7 @@ LABEL maintainer="Héctor Ramos " ARG SDK_VERSION=sdk-tools-linux-3859397.zip ARG ANDROID_BUILD_VERSION=28 ARG ANDROID_TOOLS_VERSION=28.0.3 -ARG BUCK_VERSION=v2018.10.29.01 +ARG BUCK_VERSION=v2019.01.10.01 ARG NDK_VERSION=17c ARG NODE_VERSION=8.10.0 ARG WATCHMAN_VERSION=4.9.0