From 42879d21e82ef8608f98aac06d441df8e2cbd94d Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Thu, 16 Nov 2017 21:10:44 +0100 Subject: [PATCH] Revert old Buck --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f06b24fe249..32b60c60e5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,11 +73,11 @@ aliases: - &restore-cache-buck keys: - - v1-buck-{{ arch }}-v2017.11.16 + - v1-buck-{{ arch }}-v2017.09.04.02 - &save-cache-buck paths: - ~/buck - key: v1-buck-{{ arch }}-v2017.11.16 + key: v1-buck-{{ arch }}-v2017.09.04.02 - &restore-cache-watchman keys: @@ -91,13 +91,10 @@ aliases: | npm install --no-package-lock --no-spin --no-progress - # Install Buck version of 12b972d50a517290b2a4c1776744d4cbb7c3dda2 which - # happens to be "latest" as of 16.11.2017. Waiting for a new release. - &install-buck | if [[ ! -e ~/buck ]]; then - git clone https://github.com/facebook/buck.git ~/buck --depth=1 - (cd ~/buck && git reset --hard 12b972d50a517290b2a4c1776744d4cbb7c3dda2) + git clone https://github.com/facebook/buck.git ~/buck --branch v2017.09.04.02 --depth=1 fi cd ~/buck && ant buck --version