File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ aliases:
5757
5858 - &restore-cache-downloads-buck
5959 keys :
60- - v3-buck-v2018.07.23 .01-{{ checksum "scripts/circleci/buck_fetch.sh" }}}
61- - v3-buck-v2018.07.23 .01-
60+ - v3-buck-v2018.10.29 .01-{{ checksum "scripts/circleci/buck_fetch.sh" }}}
61+ - v3-buck-v2018.10.29 .01-
6262 - &save-cache-downloads-buck
6363 paths :
6464 - ~/buck
6565 - ~/okbuck
66- key : v3-buck-v2018.07.23 .01-{{ checksum "scripts/circleci/buck_fetch.sh" }}
66+ key : v3-buck-v2018.10.29 .01-{{ checksum "scripts/circleci/buck_fetch.sh" }}
6767
6868 - &restore-cache-watchman
6969 keys :
@@ -132,7 +132,7 @@ aliases:
132132 name : Install BUCK
133133 command : |
134134 if [[ ! -e ~/buck ]]; then
135- git clone https://github.com/facebook/buck.git ~/buck --branch v2018.07.23 .01 --depth=1
135+ git clone https://github.com/facebook/buck.git ~/buck --branch v2018.10.29 .01 --depth=1
136136 fi
137137 cd ~/buck && ant
138138 buck --version
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
2525ARG SDK_VERSION=sdk-tools-linux-3859397.zip
2626ARG ANDROID_BUILD_VERSION=27
2727ARG ANDROID_TOOLS_VERSION=27.0.3
28- ARG BUCK_VERSION=v2018.07.23 .01
28+ ARG BUCK_VERSION=v2018.10.29 .01
2929ARG NDK_VERSION=17c
3030ARG NODE_VERSION=8.10.0
3131ARG WATCHMAN_VERSION=4.9.0
You can’t perform that action at this time.
0 commit comments