Run this workflow within reactnativecommunity/react-native-android:latest to enable autoscaling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land-jun29
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
.buildkite/android.yml | ||
---|---|---|
9–10 ↗ | (On Diff #13983) | This way we avoid C++ builds for four separate architectures: https://github.com/CommE2E/comm/blob/c8c20687c78e99f4f46b3d9657f2024390bbf446/native/android/app/build.gradle#L391 |
.buildkite/android.yml | ||
---|---|---|
9–10 ↗ | (On Diff #13983) | Makes sense to avoid this for Buildkite, but we should probably keep it for GitHub Actions |
.buildkite/android.yml | ||
---|---|---|
9–10 ↗ | (On Diff #13983) |
Yeah, that's what we previously agreed upon when we decided to take the "shortcut" for the Android CI on Buildkite.. that's why we're checking the BUILDKITE environment variable vs CI (which is set to try on both GH Actions and Buildkite) |
9–10 ↗ | (On Diff #13983) | *which is set to true on both GH Actions and Buildkite |
Comment Actions
(Adding @ashoat as reviewer since he's already taken a look at it and it should be straightforward)