Skip to content

Commit

Permalink
Downgrade Buck hoping to get build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Jan 10, 2018
1 parent 796122d commit 7c3a61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ aliases:

- &restore-cache-buck
keys:
- v2-buck-{{ arch }}-v2017.11.16.01
- v2-buck-{{ arch }}-v2017.09.04.02
- &save-cache-buck
paths:
- ~/buck
key: v2-buck-{{ arch }}-v2017.11.16.01
key: v2-buck-{{ arch }}-v2017.09.04.02

- &restore-cache-watchman
keys:
Expand All @@ -67,7 +67,7 @@ aliases:
- &install-buck
|
if [[ ! -e ~/buck ]]; then
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.11.16.01 --depth=1
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.09.04.02 --depth=1
fi
cd ~/buck && ant
buck --version
Expand Down

0 comments on commit 7c3a61f

Please sign in to comment.