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

Fix Android CI #354

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Fix Android CI #354

wants to merge 20 commits into from

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    c68a2b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d0dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375196c View commit details
    Browse the repository at this point in the history
  4. Use a more recent JDK

    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cc14d37 View commit details
    Browse the repository at this point in the history
  5. Update Android SDK

    Use more recent cmdline-tools for Arm Android
    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    37a7960 View commit details
    Browse the repository at this point in the history
  6. Use Ubuntu 22 for aarch64-unknown-linux-gnu

    The simple hope is that a more recent QEMU might fix slowness.
    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    21fd913 View commit details
    Browse the repository at this point in the history
  7. Optimize aarch64 tests

    Attempt to combat the slowness of emulators
    for this particular platform, which are oddly
    even slower than I expect in general.
    
    It probably doesn't help that they run all tests
    except for the handful of x86-specific ones.
    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ebd01ff View commit details
    Browse the repository at this point in the history
  8. Remove useless badges

    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e7dc7b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eaf7dbc View commit details
    Browse the repository at this point in the history
  10. Revert "Try emulating recent Android"

    This reverts commit eaf7dbc.
    
    It turns out this is where armv7 support ends!
    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c465458 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1ea140 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c6a610 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5a2e1d View commit details
    Browse the repository at this point in the history
  14. Revert "Optimize aarch64 tests"

    This reverts commit ebd01ff.
    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2b56426 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2369c2b View commit details
    Browse the repository at this point in the history
  16. bash bashisms

    workingjubilee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    651cfc5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d78a80b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a08b1e6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a070551 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    31af73a View commit details
    Browse the repository at this point in the history