Merge branch 'fix-connected10' into 'master'

CI: remove MALLOC_ARENA_MAX env vars



See merge request !304
This commit is contained in:
Hans-Christoph Steiner 2016-05-23 09:09:52 +00:00
commit 3df44ce302

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 &