Skip to content

Commit

Permalink
Add comment about ~/.parallel/will-cite
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Dec 5, 2019
1 parent b87eb46 commit 7ab4e5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y git rng-tools memcached parallel
mkdir -p "$HOME/.parallel"
touch "$HOME/.parallel/will-cite"
# avoid needing to invoke parallel with --will-cite,
# see e.g see https://bugs.launchpad.net/ubuntu/+source/parallel/+bug/1779764
mkdir -p "$HOME/.parallel" && touch "$HOME/.parallel/will-cite"
git version
docker version
- restore_cache:
Expand Down

0 comments on commit 7ab4e5b

Please sign in to comment.