mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
Fix bootsnap hanging in CI
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user