Skip to content

Commit 028012a

Browse files
committed
Remove redundant --with-system-ffi configure option
Since as of Python 3.7+ using system `ffi` is now mandatory (and so the default) on Linux: https://bugs.python.org/issue27979 python/cpython@f40d4dd Removing the option resolves this configure warning: ``` checking for --with-system-ffi... yes configure: WARNING: --with(out)-system-ffi is ignored on this platform ``` Closes #715.
1 parent 1999778 commit 028012a

File tree

31 files changed

+0
-31
lines changed

31 files changed

+0
-31
lines changed

3.10/alpine3.14/Dockerfile

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

3.10/alpine3.15/Dockerfile

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

3.10/bullseye/Dockerfile

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

3.10/buster/Dockerfile

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

3.10/slim-bullseye/Dockerfile

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

3.10/slim-buster/Dockerfile

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

3.11-rc/alpine3.14/Dockerfile

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

3.11-rc/alpine3.15/Dockerfile

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

3.11-rc/bullseye/Dockerfile

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

3.11-rc/buster/Dockerfile

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

0 commit comments

Comments
 (0)