Fix bootsnap hanging in CI

This commit is contained in:
Zach Gollwitzer
2025-02-13 15:32:51 -05:00
parent 73f826fdf2
commit 366862fee1

View File

@@ -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 . .