Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate support for ubuntu-24.04 runner #747

Closed
MGaetan89 opened this issue Oct 11, 2024 · 1 comment
Closed

Investigate support for ubuntu-24.04 runner #747

MGaetan89 opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MGaetan89
Copy link
Member

MGaetan89 commented Oct 11, 2024

As it can be seen here, the Android Tests step of our build does not work with the ubuntu-24.04 runner:

# From: Run Android Tests > Launch Emulator
sh to create a custom hardware profile? [no] [command]/usr/bin/sh -c \printf 'hw.cpu.ncore=2
' >> /home/runner/.android/avd/test.avd/config.ini
/usr/bin/sh: 1: cannot create /home/runner/.android/avd/test.avd/config.ini: Directory nonexistent

Switching back to ubuntu-22.04 works as expected.

We should compare the changes between ubuntu-22.04 and ubuntu-24.04 to see if there is something to modify on our side, or if it is a regression in the runner image.

Acceptance criteria

  • Our GitHub Actions build complete successfully using ubuntu-latest (which points to ubuntu-24.04).
@MGaetan89 MGaetan89 converted this from a draft issue Oct 11, 2024
@MGaetan89 MGaetan89 added the bug Something isn't working label Oct 11, 2024
@MGaetan89 MGaetan89 self-assigned this Oct 11, 2024
@MGaetan89
Copy link
Member Author

It looks like the problem was coming from the reactivecircus/android-emulator-runner action, see ReactiveCircus/android-emulator-runner#400.
It has been fixed in https://github.com/ReactiveCircus/android-emulator-runner/releases/tag/v2.33.0

@github-project-automation github-project-automation bot moved this from 🚧 In Progress to ✅ Done in Pillarbox Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant