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
This commit is contained in:
Héctor Ramos 2018-06-25 17:10:39 -07:00 committed by Facebook Github Bot
parent b5dc45420a
commit 86fb5213ae
2 changed files with 4 additions and 4 deletions

View File

@ -67,12 +67,12 @@ aliases:
- &restore-cache-buck - &restore-cache-buck
keys: keys:
- v3-buck-{{ arch }}-v2018.03.26.01 - v3-buck-{{ arch }}-v2018.06.25.01
- &save-cache-buck - &save-cache-buck
paths: paths:
- ~/buck - ~/buck
- ~/okbuck - ~/okbuck
key: v3-buck-{{ arch }}-v2018.03.26.01 key: v3-buck-{{ arch }}-v2018.06.25.01
- &restore-cache-watchman - &restore-cache-watchman
keys: keys:
@ -145,7 +145,7 @@ aliases:
name: Install BUCK name: Install BUCK
command: | command: |
if [[ ! -e ~/buck ]]; then 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 fi
cd ~/buck && ant cd ~/buck && ant
buck --version buck --version

View File

@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
ARG SDK_VERSION=sdk-tools-linux-3859397.zip ARG SDK_VERSION=sdk-tools-linux-3859397.zip
ARG ANDROID_BUILD_VERSION=26 ARG ANDROID_BUILD_VERSION=26
ARG ANDROID_TOOLS_VERSION=26.0.3 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 NDK_VERSION=10e
ARG NODE_VERSION=8.10.0 ARG NODE_VERSION=8.10.0
ARG WATCHMAN_VERSION=4.9.0 ARG WATCHMAN_VERSION=4.9.0