summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-23 14:43:37 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-23 14:44:12 +0200
commitdd5c8461612cd1c16228744f3f54d5d08266e485 (patch)
treeb3e49e9863dae996b54315b661d2b091e9cf70f6
parent331d2cf2aba5fe181c09f83fadef41086af35b42 (diff)
downloadqtlocation-mapboxgl-upstream/circleci-node-publish.tar.gz
[build] Experiment 'JOBS: 4' when 'resource_class: large'upstream/circleci-node-publish
-rw-r--r--circle.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/circle.yml b/circle.yml
index a24c54948e..d25a620b68 100644
--- a/circle.yml
+++ b/circle.yml
@@ -566,7 +566,7 @@ jobs:
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
- JOBS: 2
+ JOBS: 4
BUILDTYPE: Debug
WITH_EGL: 1
WITH_CXX11ABI: 0
@@ -591,7 +591,7 @@ jobs:
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
- JOBS: 2
+ JOBS: 4
BUILDTYPE: Debug
WITH_EGL: 1
WITH_COVERAGE: 1
@@ -619,7 +619,7 @@ jobs:
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
- JOBS: 2 # OOM, causing the compiler to crash.
+ JOBS: 4
BUILDTYPE: Release
GTEST_OUTPUT: xml
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libjemalloc.so
@@ -647,7 +647,7 @@ jobs:
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
- JOBS: 2 # OOM, causing the compiler to crash.
+ JOBS: 4
BUILDTYPE: Release
WITH_QT_I18N: 1
steps: