Skip to content

Commit 275c71d

Browse files
authored
Merge pull request #485 from Earlopain/alpine-isnan-isinf-workaround
Remove alpine isnan/isinf workaround
2 parents cf905a6 + bbd386f commit 275c71d

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)