Skip to content

Commit

Permalink
Fix bootsnap hanging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Feb 13, 2025
1 parent 73f826f commit 366862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@zachgoll

zachgoll Feb 13, 2025

Author Collaborator

# Copy application code
COPY . .
Expand Down

0 comments on commit 366862f

Please sign in to comment.