NativeScript / nativescript-remote-builds

A NativeScript plugin for remote builds when running and publishing NativeScript apps without env setup.
Apache License 2.0
26 stars 9 forks source link

CircleCI crashes with ./gradlew failed with exit code 1 #9

Open kakembo opened 4 years ago

kakembo commented 4 years ago

Hi there - Anyone had any luck getting this working ?

Doing tns build android results in CircleCI Fastlane failure when building Android for me

I've tried various combinations (with & without --env.aot & "enableIvy": false / true) but have no hair left now.

The build runs fine locally.

Background NS Angular project tns platform add android Copying template files... Platform android successfully added. v6.5.1

yaml generated by NS-remote-builds: https://gist.github.com/kakembo/2fce085522acfc8c0d4444075c797b76

CircleCI fastlane output: test-output0.txt test-output1.txt

Package.json: https://gist.github.com/kakembo/a12cfdb02a2e456bbe8b4b2db63fa9ee

Any help very gratefully received. Thanks, Andy

garyffh commented 4 years ago

I am getting the same error, also runs fine locally.

garyffh commented 4 years ago

@kakembo please post if you got it working.

kakembo commented 4 years ago

Sorry - No joy. The good people at CircleCI gave me some hope here: https://support.circleci.com/hc/en-us/requests/73983 - I hope that helps you. I gave up and moved to other tech. Let me know how you get on though.

kakembo commented 4 years ago

Let me know if you can't see the CircleCI support ticket @garyffh & I'll copy it here.

garyffh commented 4 years ago

Thanks @kakembo If you could copy the support ticket.

garyffh commented 4 years ago

adding resource_class: medium+ to docker: fixed this for me.