We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa0306 + 2a2444f commit 35e1dcfCopy full SHA for 35e1dcf
2 files changed
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
working_directory: ~/dmd
5
docker:
6
- image: circleci/node:4.8.2
7
- parallelism: 2
+ parallelism: 1
8
steps:
9
- checkout
10
- run:
.circleci/run.sh
@@ -23,10 +23,7 @@ case "${CIRCLE_STAGE}" in
23
;;
24
no_pic)
25
PIC=0
26
- case $CIRCLE_NODE_INDEX in
27
- 0) MODEL=64 ;;
28
- 1) MODEL=32 ;;
29
- esac
+ MODEL=32
30
esac
31
32
# clone druntime and phobos
0 commit comments