rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

Add aarch64-android testing to CI #116

Closed afranchuk closed 7 months ago

afranchuk commented 7 months ago

Let's see if this works... I didn't try locally testing aarch64-android because I didn't want to jump through hoops to install the aarch64 qemu and get that working (Google dropped support so it doesn't Just Work).

afranchuk commented 7 months ago

I am absolutely blown away that GitHub doesn't document what CPU architecture their runners use. The aarch64 test is hanging for the same reason I can't run locally; I assumed the Action I'm using would do the right thing.

afranchuk commented 7 months ago

Due to https://github.com/ReactiveCircus/android-emulator-runner/issues/350, the only aarch64(ish) github actions platform, macos-14, doesn't work. We can't test aarch64-android without an aarch64 runner.

Jake-Shadle commented 7 months ago

Well that's extremely unfortunate.