Page MenuHomePhabricator

D5863.diff
No OneTemporary

D5863.diff

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

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)

Event Timeline