Skip to content

Commit 1bde697

Browse files
authored
Merge pull request #1982 from wilzbach/circleci-single-threaded
Run CircleCi without network traffic merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 8b1e427 + b83aa7c commit 1bde697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ run_make()
108108
export PATH="$(pwd)/make:$PATH"
109109
make -v
110110
111-
make -f posix.mak RELEASE=1 release -j5 html dmd-release druntime-release phobos-release d-release.tag
111+
# -j1 is used for a better error log
112+
make -f posix.mak -j1 RELEASE=1 DIFFABLE=1 release
112113
}
113114
114115
case $1 in

0 commit comments

Comments
 (0)