From 2a2444f2d3f2e73e7bf2ed25187566d43e2442e8 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 31 Jan 2018 07:41:37 +0100 Subject: [PATCH] Experiment with using only two CircleCi images --- .circleci/config.yml | 2 +- .circleci/run.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ef481e1ae8e..0363d6472cfa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: working_directory: ~/dmd docker: - image: circleci/node:4.8.2 - parallelism: 2 + parallelism: 1 steps: - checkout - run: diff --git a/.circleci/run.sh b/.circleci/run.sh index 73b99ebe574f..09f6c58e0e09 100755 --- a/.circleci/run.sh +++ b/.circleci/run.sh @@ -23,10 +23,7 @@ case "${CIRCLE_STAGE}" in ;; no_pic) PIC=0 - case $CIRCLE_NODE_INDEX in - 0) MODEL=64 ;; - 1) MODEL=32 ;; - esac + MODEL=32 esac # clone druntime and phobos