Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3399535
D5863.id19326.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.id19326.diff
View Options
diff --git a/.buildkite/android.yml b/.buildkite/android.yml
--- a/.buildkite/android.yml
+++ b/.buildkite/android.yml
@@ -1,13 +1,18 @@
steps:
- - label: ':robot_face: Android Build'
+ - 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
Tue, Dec 3, 3:35 AM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2610077
Default Alt Text
D5863.id19326.diff (1 KB)
Attached To
Mode
D5863: [CI] Update android CI to reflect current buildkite
Attached
Detach File
Event Timeline
Log In to Comment