mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #9436 from oech3/droid-ram
android.yml: Reduce RAM (#9278)
This commit is contained in:
commit
17919f2a07
1 changed files with 2 additions and 7 deletions
9
.github/workflows/android.yml
vendored
9
.github/workflows/android.yml
vendored
|
|
@ -22,7 +22,7 @@ concurrency:
|
|||
env:
|
||||
TERMUX: v0.118.0
|
||||
KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc18
|
||||
COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect -metrics-collection
|
||||
COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu off
|
||||
EMULATOR_DISK_SIZE: 12GB
|
||||
EMULATOR_HEAP_SIZE: 2048M
|
||||
EMULATOR_BOOT_TIMEOUT: 1200 # 20min
|
||||
|
|
@ -36,15 +36,10 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest] # , macos-latest
|
||||
cores: [4] # , 6
|
||||
ram: [4096, 8192]
|
||||
ram: [4096]
|
||||
api-level: [28]
|
||||
target: [google_apis_playstore]
|
||||
arch: [x86, x86_64] # , arm64-v8a
|
||||
exclude:
|
||||
- ram: 8192
|
||||
arch: x86
|
||||
- ram: 4096
|
||||
arch: x86_64
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
EMULATOR_RAM_SIZE: ${{ matrix.ram }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue