Bump to BUCK v2018.03.26.01
Summary: Bumps CI to latest BUCK release. Test Plan --------- Run on Circle CI. Release Notes ------------- [INTERNAL] [MINOR] [Tests] - Bump to BUCK v2018.03.26.01 Closes https://github.com/facebook/react-native/pull/19535 Differential Revision: D8240382 Pulled By: hramos fbshipit-source-id: 60812cc90542201b362ef264083dd79dbf5d9360
This commit is contained in:
parent
8dc3ba0444
commit
1324e7b558
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue