You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, recently I had an issue with failing build on CircleCI.
It wasn't happening on ember 2.8 and ember-cli-uglify 2.1.0.
Currently we have ember 3.14 and ember-cli-terser 4.0.1
What I did to fix the issue and make build green again was JOBS=1 ember build -e=production which sets worker pool to 1.
The issue might be related to CircleCi showing available cores of the whole machine rather than the used instance.
Although the concurrency flag logic haven't changed since 2.1.0.
I'm creating this issue mostly for discoverability so others have easier time finding out a possible fix.
Feel free to close this.
I can also add info to this and ember-cli-terser repo's readme.
The text was updated successfully, but these errors were encountered:
Hi, recently I had an issue with failing build on CircleCI.
It wasn't happening on
ember 2.8
andember-cli-uglify 2.1.0
.Currently we have
ember 3.14
andember-cli-terser 4.0.1
ember build -e=production
What I did to fix the issue and make build green again was
JOBS=1 ember build -e=production
which sets worker pool to 1.The issue might be related to CircleCi showing available cores of the whole machine rather than the used instance.
Although the
concurrency
flag logic haven't changed since 2.1.0.I'm creating this issue mostly for discoverability so others have easier time finding out a possible fix.
Feel free to close this.
I can also add info to this and ember-cli-terser repo's readme.
The text was updated successfully, but these errors were encountered: