Skip to content

Commit 7c3a61f

Browse files
committed
Downgrade Buck hoping to get build fixed
1 parent 796122d commit 7c3a61f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ aliases:
4646

4747
- &restore-cache-buck
4848
keys:
49-
- v2-buck-{{ arch }}-v2017.11.16.01
49+
- v2-buck-{{ arch }}-v2017.09.04.02
5050
- &save-cache-buck
5151
paths:
5252
- ~/buck
53-
key: v2-buck-{{ arch }}-v2017.11.16.01
53+
key: v2-buck-{{ arch }}-v2017.09.04.02
5454

5555
- &restore-cache-watchman
5656
keys:
@@ -67,7 +67,7 @@ aliases:
6767
- &install-buck
6868
|
6969
if [[ ! -e ~/buck ]]; then
70-
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.11.16.01 --depth=1
70+
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.09.04.02 --depth=1
7171
fi
7272
cd ~/buck && ant
7373
buck --version

0 commit comments

Comments
 (0)