File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -238,16 +238,6 @@ RUN set -eux; \
238238 cat file.c; \
239239 } > file.c.new; \
240240 mv file.c.new file.c; \
241- {{ if .version == "3.3.0" then ( -}}
242- \
243- # workaround crash on arm64
244- # https://bugs.ruby-lang.org/issues/20085
245- # https://github.com/ruby/ruby/pull/9385 <- https://github.com/ruby/ruby/pull/9371
246- wget -O 'arm64-fix.patch' 'https://github.com/ruby/ruby/commit/7f97e3540ce448b501bcbee15afac5f94bb22dd9.patch?full_index=1'; \
247- echo '86bc65415fd62cb2272a4df249f39fb79db15617ad05c540e05a22f02eae73b3 *arm64-fix.patch' | sha256sum --check --strict; \
248- patch -p1 -i arm64-fix.patch; \
249- rm arm64-fix.patch; \
250- {{ ) else "" end -}}
251241 \
252242 autoconf; \
253243{{ if is_alpine and "3.0" == (env.version | rtrimstr("-rc")) then ( -}}
You can’t perform that action at this time.
0 commit comments