File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ aliases:
6767
6868 - &restore-cache-buck
6969 keys :
70- - v3-buck-{{ arch }}-v2018.03.26 .01
70+ - v3-buck-{{ arch }}-v2018.06.25 .01
7171 - &save-cache-buck
7272 paths :
7373 - ~/buck
7474 - ~/okbuck
75- key : v3-buck-{{ arch }}-v2018.03.26 .01
75+ key : v3-buck-{{ arch }}-v2018.06.25 .01
7676
7777 - &restore-cache-watchman
7878 keys :
@@ -145,7 +145,7 @@ aliases:
145145 name : Install BUCK
146146 command : |
147147 if [[ ! -e ~/buck ]]; then
148- git clone https://github.com/facebook/buck.git ~/buck --branch v2018.03.26 .01 --depth=1
148+ git clone https://github.com/facebook/buck.git ~/buck --branch v2018.06.25 .01 --depth=1
149149 fi
150150 cd ~/buck && ant
151151 buck --version
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
2020ARG SDK_VERSION=sdk-tools-linux-3859397.zip
2121ARG ANDROID_BUILD_VERSION=26
2222ARG ANDROID_TOOLS_VERSION=26.0.3
23- ARG BUCK_VERSION=v2018.03.26 .01
23+ ARG BUCK_VERSION=v2018.06.25 .01
2424ARG NDK_VERSION=10e
2525ARG NODE_VERSION=8.10.0
2626ARG WATCHMAN_VERSION=4.9.0
You can’t perform that action at this time.
0 commit comments