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:
Daniel Martí 2016-05-20 11:25:12 +01:00
parent 7fbce1f09c
commit b57a57cfc1

View File

@ -25,8 +25,6 @@ test:
connected10:
variables:
AVD_SDK: "10"
# switch glibc to a memory conserving mode
MALLOC_ARENA_MAX: "2"
script:
- export GRADLE_USER_HOME=$PWD/.gradle
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
@ -52,8 +50,6 @@ connected10:
connected17:
variables:
AVD_SDK: "17"
# switch glibc to a memory conserving mode
MALLOC_ARENA_MAX: "2"
script:
- export GRADLE_USER_HOME=$PWD/.gradle
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &