Skip to content

Commit 51e929b

Browse files
committed
simplify
1 parent 264b87e commit 51e929b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

grpc/ruby-3.2/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ COPY Gemfile.lock .
1111

1212
RUN 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

0 commit comments

Comments
 (0)