Attempt to build with newer SDK/NDK (#543)
Summary: Current builds are failing and I'm not quite sure why. Pull Request resolved: https://github.com/facebook/flipper/pull/543 Reviewed By: jknoxville Differential Revision: D17364947 Pulled By: passy fbshipit-source-id: 07c418e340cabb70806c8f73b4eb867ba7e0fc4b
This commit is contained in:
committed by
Facebook Github Bot
parent
e33f72bb21
commit
81b2487b8a
@@ -2,7 +2,8 @@ version: 2.1
|
||||
executors:
|
||||
default-executor:
|
||||
docker:
|
||||
- image: circleci/android:api-28-ndk-r17b
|
||||
- image: circleci/android:api-29-ndk
|
||||
resource_class: large
|
||||
|
||||
environment:
|
||||
_JAVA_OPTIONS: "-Xmx1500m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=2"
|
||||
@@ -11,8 +12,6 @@ executors:
|
||||
jobs:
|
||||
snapshot:
|
||||
executor: default-executor
|
||||
docker:
|
||||
- image: circleci/android:api-28-ndk-r17b
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@@ -22,8 +21,6 @@ jobs:
|
||||
./gradlew :android:assembleRelease && scripts/publish-android-snapshot.sh
|
||||
release:
|
||||
executor: default-executor
|
||||
docker:
|
||||
- image: circleci/android:api-28-ndk-r17b
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user