Skip to content

Commit f575343

Browse files
authored
Merge pull request #448 from Earlopain/cleanup-template
Remove 3.3.0 arm64 patch
2 parents 91faf12 + ed54bf2 commit f575343

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile.template

-10
Original file line numberDiff line numberDiff 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 ( -}}

0 commit comments

Comments
 (0)