Skip to content

Commit 617362b

Browse files
hramosfacebook-github-bot
authored andcommitted
Bump buck to v2018.02.16.01
Summary: This should fix our current Android test failures. Closes #18002 Differential Revision: D7014218 Pulled By: hramos fbshipit-source-id: 2933baf9fd05f3ad33306c3ca7b62da8af568db0
1 parent 1f7a48f commit 617362b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ aliases:
4242

4343
- &restore-cache-buck
4444
keys:
45-
- v2-buck-{{ arch }}-v2017.11.16.01
45+
- v2-buck-{{ arch }}-v2018.02.16.01
4646
- &save-cache-buck
4747
paths:
4848
- ~/buck
49-
key: v2-buck-{{ arch }}-v2017.11.16.01
49+
key: v2-buck-{{ arch }}-v2018.02.16.01
5050

5151
- &restore-cache-watchman
5252
keys:
@@ -101,7 +101,7 @@ aliases:
101101
- &install-buck
102102
|
103103
if [[ ! -e ~/buck ]]; then
104-
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.11.16.01 --depth=1
104+
git clone https://github.com/facebook/buck.git ~/buck --branch v2018.02.16.01 --depth=1
105105
fi
106106
cd ~/buck && ant
107107
buck --version

0 commit comments

Comments
 (0)