Skip to content

Commit b40e23d

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
bump buck to 2018.10.29.01. fixes Android CI (#22049)
Summary: Bump buck to latest or 2018.10.29.01, which will fix Android CI. Pull Request resolved: #22049 Differential Revision: D12879205 Pulled By: TheSavior fbshipit-source-id: 5d196fba38cb27266cadbebae00367aa773751ca
1 parent 58732a8 commit b40e23d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

ContainerShip/Dockerfile.android-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LABEL maintainer="Héctor Ramos <[email protected]>"
2525
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
2626
ARG ANDROID_BUILD_VERSION=27
2727
ARG ANDROID_TOOLS_VERSION=27.0.3
28-
ARG BUCK_VERSION=v2018.07.23.01
28+
ARG BUCK_VERSION=v2018.10.29.01
2929
ARG NDK_VERSION=17c
3030
ARG NODE_VERSION=8.10.0
3131
ARG WATCHMAN_VERSION=4.9.0

0 commit comments

Comments
 (0)