From b57a57cfc183e58c1dbe0ef2e04e22613e9e0186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 20 May 2016 11:25:12 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4aabb1e92..3a89ce851 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 &