-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix _ctypes test failure on Alpine and build failure on Debian on ppc64le #205
Conversation
Fix works for arm64v8 too! (python 3.3, 3.4, 3.5, and 3.6) |
3.3/Dockerfile
Outdated
@@ -46,6 +48,8 @@ RUN set -ex \ | |||
--build="$gnuArch" \ | |||
--enable-loadable-sqlite-extensions \ | |||
--enable-shared \ | |||
--with-system-ffi \ | |||
--with-system-expat \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e
comes before f
, doesn't it? 😇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apparently sorted everything else but that 😞
All green! |
- `php`: multiarch (docker-library/php#454) - `python`: multiarch (docker-library/python#205, docker-library/python#206) - `redmine`: passenger 5.1.5 - `wordpress`: multiarch (docker-library/wordpress#223) -- slightly cheated by pointing it at the `library/php` file contents from this PR
Fix _ctypes test failure on Alpine and build failure on Debian on ppc64le
replaces/closes #190.
@elbaschid, sorry to replace your PR, I was working on multi-arch images and found out that this fixes the build for ppc64le (https://bugs.python.org/issue22157), so I applied it to all the versions of python 3.
This might fix the build failure on arm64v8, but I haven't tested it there yet.