From 366862fee10e6f53b2f5fa90681c4d77611c82bf Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Thu, 13 Feb 2025 15:32:51 -0500 Subject: [PATCH] Fix bootsnap hanging in CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be0a38d4..40b24685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN bundle install RUN rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git -RUN bundle exec bootsnap precompile --gemfile +RUN bundle exec bootsnap precompile --gemfile -j 0 # Copy application code COPY . .