summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-10-14 21:17:01 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-10-14 21:17:01 -0500
commit6f5c1b7c433e13222460e5681531292fc6ff4f54 (patch)
tree1d29061ce80afcd2158c5a8ea6fd924475fa4cd9
parent4a22353d1da862fbc2875d2bd068b8c5d8d097f1 (diff)
downloadboost-6f5c1b7c433e13222460e5681531292fc6ff4f54.tar.gz
Need to also adjust NL var for smaller parallel builds.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b56edd8f16..58b62503b2 100644
--- a/circle.yml
+++ b/circle.yml
@@ -7,7 +7,7 @@
machine:
environment:
SCRIPT_N: ci_boost_release ci_boost_release
- EOL_N: NA NA LF CRLF
+ EOL_N: LF CRLF
pre:
- |
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}