File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ COPY Gemfile.lock .
1111
1212RUN bundle config set deployment true && \
1313 bundle config set without 'test development' && \
14- bundle config build.ffi -- --with-cflags="-Wno-implicit-function-declaration" && \
14+ # bundle config build.ffi -- --with-cflags="-Wno-implicit-function-declaration" && \
1515 bundle config set retry 5 && \
16- bundle config set jobs $(getconf _NPROCESSORS_ONLN) && \
17- if [[ "$ARCHITECTURE" == "arm64" ]]; then \
18- bundle config set force_ruby_platform true && \
19- bundle config build.ffi --enable-libffi-alloc; \
20- fi && \
16+ # bundle config set jobs $(getconf _NPROCESSORS_ONLN) && \
17+ # if [[ "$ARCHITECTURE" == "arm64" ]]; then \
18+ # bundle config set force_ruby_platform true && \
19+ # bundle config build.ffi --enable-libffi-alloc; \
20+ # fi && \
2121 BUNDLE_FORCE_RUBY_PLATFORM=true bundle
You can’t perform that action at this time.
0 commit comments