mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 23:28:12 +00:00
Update buck to v2017.11.16.01
Summary: Android tests on CI have been failing since late October due to dd016f334cef26f393b1a3c1e052e89a69502a56 which makes use of a new Buck feature, `required_for_source_only_abi`. Circle was using an older September release. In this PR, we update to the latest release. Green is good. Red is bad. Wait for Circle to run. [INTERNAL][BUGFIX][./circleci/config.yml] - Update Buck version Closes https://github.com/facebook/react-native/pull/16861 Differential Revision: D6355335 Pulled By: hramos fbshipit-source-id: 411d0b229f0dfb7e9dfc07c300b6546bf7afcdfe
This commit is contained in:
parent
64d80b13db
commit
bd9cb37ccf
@ -69,11 +69,11 @@ aliases:
|
|||||||
|
|
||||||
- &restore-cache-buck
|
- &restore-cache-buck
|
||||||
keys:
|
keys:
|
||||||
- v1-buck-{{ arch }}-v2017.09.04.02
|
- v1-buck-{{ arch }}-v2017.11.16.01
|
||||||
- &save-cache-buck
|
- &save-cache-buck
|
||||||
paths:
|
paths:
|
||||||
- ~/buck
|
- ~/buck
|
||||||
key: v1-buck-{{ arch }}-v2017.09.04.02
|
key: v1-buck-{{ arch }}-v2017.11.16.01
|
||||||
|
|
||||||
- &restore-cache-watchman
|
- &restore-cache-watchman
|
||||||
keys:
|
keys:
|
||||||
@ -334,7 +334,7 @@ jobs:
|
|||||||
name: Install Buck
|
name: Install Buck
|
||||||
command: |
|
command: |
|
||||||
if [[ ! -e ~/buck ]]; then
|
if [[ ! -e ~/buck ]]; then
|
||||||
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.09.04.02 --depth=1
|
git clone https://github.com/facebook/buck.git ~/buck --branch v2017.11.16.01 --depth=1
|
||||||
fi
|
fi
|
||||||
cd ~/buck && ant
|
cd ~/buck && ant
|
||||||
buck --version
|
buck --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user