Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3390008
D5863.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D5863.diff
View Options
diff --git a/.buildkite/android.yml b/.buildkite/android.yml
--- a/.buildkite/android.yml
+++ b/.buildkite/android.yml
@@ -2,12 +2,16 @@
- label: ':robot_face: Android Build'
command:
- 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
- - 'yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000'
+ - 'source /root/.cargo/env'
+ - 'rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android'
+ - 'apt update && apt install -y protobuf-compiler protobuf-compiler-grpc'
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional'
- 'cd native/android'
- - './gradlew bundleRelease --no-daemon "-Dorg.gradle.jvmargs=-Xmx32g -XX:MaxPermSize=32g -XX:+HeapDumpOnOutOfMemoryError"'
+ - './gradlew clean && ./gradlew bundleRelease --no-daemon "-Dorg.gradle.jvmargs=-Xmx32g -XX:MaxPermSize=32g -XX:+HeapDumpOnOutOfMemoryError"'
plugins:
- docker#v3.13.0:
image: 'reactnativecommunity/react-native-android:latest'
+ shell: ['/bin/bash', '-e', '-c']
environment:
- 'BUILDKITE=true'
agents:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 9:37 PM (22 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2599250
Default Alt Text
D5863.diff (1 KB)
Attached To
Mode
D5863: [CI] Update android CI to reflect current buildkite
Attached
Detach File
Event Timeline
Log In to Comment