Skip to content

Commit 1324e7b

Browse files
hramosfacebook-github-bot
authored andcommitted
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 #19535 Differential Revision: D8240382 Pulled By: hramos fbshipit-source-id: 60812cc90542201b362ef264083dd79dbf5d9360
1 parent 8dc3ba0 commit 1324e7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ aliases:
6767

6868
- &restore-cache-buck
6969
keys:
70-
- v3-buck-{{ arch }}-v2018.02.16.01
70+
- v3-buck-{{ arch }}-v2018.03.26.01
7171
- &save-cache-buck
7272
paths:
7373
- ~/buck
7474
- ~/okbuck
75-
key: v3-buck-{{ arch }}-v2018.02.16.01
75+
key: v3-buck-{{ arch }}-v2018.03.26.01
7676

7777
- &restore-cache-watchman
7878
keys:
@@ -140,7 +140,7 @@ aliases:
140140
name: Install BUCK
141141
command: |
142142
if [[ ! -e ~/buck ]]; then
143-
git clone https://github.com/facebook/buck.git ~/buck --branch v2018.02.16.01 --depth=1
143+
git clone https://github.com/facebook/buck.git ~/buck --branch v2018.03.26.01 --depth=1
144144
fi
145145
cd ~/buck && ant
146146
buck --version

ContainerShip/Dockerfile.android-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
2020
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
2121
ARG ANDROID_BUILD_VERSION=26
2222
ARG ANDROID_TOOLS_VERSION=26.0.3
23-
ARG BUCK_VERSION=v2018.02.16.01
23+
ARG BUCK_VERSION=v2018.03.26.01
2424
ARG NDK_VERSION=10e
2525
ARG NODE_VERSION=8.10.0
2626
ARG WATCHMAN_VERSION=4.9.0

0 commit comments

Comments
 (0)