Bug 1865886 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It looks like this breaks the x86-32 bit build. I get:
`
INFO - Failed to install /builds/worker/fetches/geckoview-test_runner.apk on None: ADBProcessError args: /builds/worker/fetches/android-sdk-linux/platform-tools/adb wait-for-device install /builds/worker/fetches/geckoview-test_runner.apk, exitcode: 1, stdout: adb: failed to install /builds/worker/fetches/geckoview-test_runner.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
`
It looks like this breaks the x86-32 PGO run. I get:
`
INFO - Failed to install /builds/worker/fetches/geckoview-test_runner.apk on None: ADBProcessError args: /builds/worker/fetches/android-sdk-linux/platform-tools/adb wait-for-device install /builds/worker/fetches/geckoview-test_runner.apk, exitcode: 1, stdout: adb: failed to install /builds/worker/fetches/geckoview-test_runner.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
`

Back to Bug 1865886 Comment 11