Skip to content

Commit 35e1dcf

Browse files
authored
Merge pull request #7818 from wilzbach/circle2
Experiment with using only two CircleCi images
2 parents 7fa0306 + 2a2444f commit 35e1dcf

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
working_directory: ~/dmd
55
docker:
66
- image: circleci/node:4.8.2
7-
parallelism: 2
7+
parallelism: 1
88
steps:
99
- checkout
1010
- run:

.circleci/run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ case "${CIRCLE_STAGE}" in
2323
;;
2424
no_pic)
2525
PIC=0
26-
case $CIRCLE_NODE_INDEX in
27-
0) MODEL=64 ;;
28-
1) MODEL=32 ;;
29-
esac
26+
MODEL=32
3027
esac
3128

3229
# clone druntime and phobos

0 commit comments

Comments
 (0)