mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-13 09:20:50 +08:00
Fix Android job
Summary: Yarn is not used in the Android step, not directly Test Plan Circle Release Notes [GENERAL][MINOR][.circleci] - Fix Android CI job Closes https://github.com/facebook/react-native/pull/18421 Differential Revision: D7314158 Pulled By: hramos fbshipit-source-id: ad40346b6a1c1f63a1b952fd05cbe9398d9c59a1
This commit is contained in:
committed by
Facebook Github Bot
parent
c2fd54fcb2
commit
6f588b31be
@@ -261,7 +261,6 @@ android_defaults: &android_defaults
|
||||
- image: circleci/android:api-26-alpha
|
||||
resource_class: "large"
|
||||
environment:
|
||||
- PATH: "/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
- TERM: "dumb"
|
||||
- ADB_INSTALL_TIMEOUT: 10
|
||||
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
|
||||
|
||||
Reference in New Issue
Block a user