summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-28 01:15:01 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-28 01:15:01 +0300
commit29fdf03b7942c9ceb28d3705494ce37e79d48808 (patch)
tree749c294adf724aa55215894efb62616f686047ce
parentebd3d66f912fc893111c3003525f3b1bfead5af0 (diff)
downloadplus-29fdf03b7942c9ceb28d3705494ce37e79d48808.tar.gz
plus-29fdf03b7942c9ceb28d3705494ce37e79d48808.tar.bz2
plus-29fdf03b7942c9ceb28d3705494ce37e79d48808.tar.xz
plus-29fdf03b7942c9ceb28d3705494ce37e79d48808.zip
Limit parallel build jobs in gcc-4.9 with asan flags on i386 arch.
-rw-r--r--tools/ci/branches/ci_gcc49/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
index 3be4c9a0e..f9bab4dbf 100644
--- a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
@@ -43,6 +43,7 @@ gcc-4.9_sanitize_tests_i386:
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
valgrind git
+ JOBS: 1
tags:
- docker
@@ -73,6 +74,7 @@ gcc-4.9_sanitize_i386:
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gdb valgrind netcat-openbsd procps git
+ JOBS: 1
gcc-4.9_sdl2_sanitize:
stage: build