Skip to content

Commit

Permalink
Merge pull request python-pillow#126 from radarhere/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 29, 2021
2 parents 3fbaa32 + 8158c07 commit a1ef11b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN pacman -Syu --noconfirm \
wget \
&& find /var/cache/pacman/ -type f -delete

RUN pacman -Sy --noconfirm --overwrite "*libedit*,*readline.h,*histedit.h" libedit

RUN pacman -Sy --noconfirm \
extra/freetype2 \
extra/fribidi \
Expand Down
2 changes: 1 addition & 1 deletion manylinux2014-wheel-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/pypa/manylinux2014_x86_64:latest

run mkdir /src && mkdir /Pillow
ENV SRC=/src
ENV PATH=/opt/rh/devtoolset-2/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PATH=/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUN git clone --depth 1 https://github.com/python-pillow/pillow-wheels /src/pillow-wheels

Expand Down
2 changes: 1 addition & 1 deletion manylinux2014-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"
. multibuild/library_builders.sh
. config.sh

yum install -y gcc gcc-c++
yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++
pre_build

0 comments on commit a1ef11b

Please sign in to comment.