Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3491116
D5872.id19551.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
859 B
Referenced Files
None
Subscribers
None
D5872.id19551.diff
View Options
diff --git a/.buildkite/android.yml b/.buildkite/android.yml
--- a/.buildkite/android.yml
+++ b/.buildkite/android.yml
@@ -4,9 +4,10 @@
- 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
- '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'
+ - 'apt update && apt install -y autoconf libtool build-essential cmake git libgtest-dev libssl-dev zlib1g-dev'
- 'yarn cleaninstall --frozen-lockfile --skip-optional'
- 'cd native/android'
+ - 'scripts/install_protobuf.sh'
- './gradlew clean && ./gradlew bundleRelease --no-daemon "-Dorg.gradle.jvmargs=-Xmx32g -XX:MaxPermSize=32g -XX:+HeapDumpOnOutOfMemoryError"'
plugins:
- docker#v3.13.0:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 6:17 PM (9 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2676857
Default Alt Text
D5872.id19551.diff (859 B)
Attached To
Mode
D5872: [CI] Update android.yml to use protobuf 3.15
Attached
Detach File
Event Timeline
Log In to Comment