Skip to content

Commit

Permalink
set JOBS=2 to prevent memory errors; see emberjs/ember.js#15641 (comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
Noelle Daley authored Jan 15, 2020
1 parent 58efcb0 commit a3899b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .circleci/config/@config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ executors:
node:
docker:
- image: *NODE_IMAGE
environment:
JOBS: 2
shell: /usr/bin/env bash -euo pipefail -c
working_directory: /go/src/github.com/hashicorp/vault
python:
Expand Down

0 comments on commit a3899b8

Please sign in to comment.