From dea8c187ae46a2783a49d8b0b0d8d7ed4d670773 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 13 May 2021 11:07:53 -0400
Subject: [PATCH] missed re-adding one line of this comment

---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e107b78..14fde59 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -204,6 +204,7 @@ jobs:
             # Pre-build this because doing so is somewhat memory intensive and
             # we want to turn off concurrency for this part.  We want to be
             # able to leave concurrency on for the rest of the build, though,
+            # where it doesn't cause problems and speeds things up.
             nix-build --cores 1 --max-jobs 1 \
               --arg callPackage '(import <nixpkgs> { }).callPackage' \
               ./python-challenge-bypass-ristretto.nix
-- 
GitLab