Skip to content

Commit bbd386f

Browse files
committed
Remove alpine isnan/isinf workaround
I believe this was fixed with ruby/ruby@74f94b3 https://bugs.ruby-lang.org/issues/15595 This was shipped with Ruby 2.7, so it should be unnecessary now
1 parent 3df1b04 commit bbd386f

File tree

9 files changed

+0
-27
lines changed

9 files changed

+0
-27
lines changed

3.1/alpine3.19/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.1/alpine3.20/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.2/alpine3.19/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.2/alpine3.20/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.3/alpine3.19/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.3/alpine3.20/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.4-rc/alpine3.19/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.4-rc/alpine3.20/Dockerfile

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ RUN set -eux; \
215215
patch -p1 -i thread-stack-fix.patch; \
216216
rm thread-stack-fix.patch; \
217217
\
218-
# the configure script does not detect isnan/isinf as macros
219-
export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; \
220-
\
221218
{{ ) else "" end -}}
222219
# hack in "ENABLE_PATH_CHECK" disabling to suppress:
223220
# warning: Insecure world writable dir

0 commit comments

Comments
 (0)