CI: remove MALLOC_ARENA_MAX env vars
The connected checks on both emulators ran fine more than 30 times without these. No noticeable slowdown either.
This commit is contained in:
parent
7fbce1f09c
commit
b57a57cfc1
@ -25,8 +25,6 @@ test:
|
|||||||
connected10:
|
connected10:
|
||||||
variables:
|
variables:
|
||||||
AVD_SDK: "10"
|
AVD_SDK: "10"
|
||||||
# switch glibc to a memory conserving mode
|
|
||||||
MALLOC_ARENA_MAX: "2"
|
|
||||||
script:
|
script:
|
||||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||||
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
||||||
@ -52,8 +50,6 @@ connected10:
|
|||||||
connected17:
|
connected17:
|
||||||
variables:
|
variables:
|
||||||
AVD_SDK: "17"
|
AVD_SDK: "17"
|
||||||
# switch glibc to a memory conserving mode
|
|
||||||
MALLOC_ARENA_MAX: "2"
|
|
||||||
script:
|
script:
|
||||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||||
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user