Page MenuHomePhabricator

[GH Actions] Add `arm-linux-androideabi` target via `rustup` for Android CI
ClosedPublic

Authored by atul on Oct 20 2022, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 9:08 PM
Unknown Object (File)
Fri, Nov 8, 9:08 PM
Unknown Object (File)
Fri, Nov 8, 9:08 PM
Unknown Object (File)
Fri, Nov 8, 9:04 PM
Unknown Object (File)
Tue, Nov 5, 2:08 AM
Unknown Object (File)
Tue, Oct 29, 12:00 AM
Unknown Object (File)
Sep 26 2024, 7:00 PM
Unknown Object (File)
Sep 8 2024, 12:05 PM

Details

Summary

Fix Android CI for GitHub Actions

Test Plan

See if CI passes

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D5450 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Oct 20 2022, 2:36 PM
This revision is now accepted and ready to land.Oct 20 2022, 2:46 PM
varun requested changes to this revision.Oct 20 2022, 3:01 PM
varun added inline comments.
.github/workflows/android_ci.yml
28 ↗(On Diff #17792)

I think it should be: rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android

This revision now requires changes to proceed.Oct 20 2022, 3:01 PM

please see the inline comment

This revision is now accepted and ready to land.Oct 20 2022, 3:40 PM
varun edited reviewers, added: atul; removed: varun.
varun foisted this revision upon atul.
varun edited reviewers, added: varun; removed: atul.
This revision was landed with ongoing or failed builds.Oct 21 2022, 10:58 AM
This revision was automatically updated to reflect the committed changes.