File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_aarch64:2025.03.09 -1
2+ FROM quay.io/pypa/manylinux2014_aarch64:2025.07.25 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_i686:2025.03.09 -1
2+ FROM quay.io/pypa/manylinux2014_i686:2025.07.25 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_x86_64:2025.03.09 -1
2+ FROM quay.io/pypa/manylinux2014_x86_64:2025.07.25 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ cd ${FFTW}
2020mkdir build
2121cd build
2222
23- cmake .. $PG_BASE_CMAKE_FLAGS
23+ # CMake 3.5 or higher policy is required for buiding under CMake 4
24+ cmake .. $PG_BASE_CMAKE_FLAGS -DCMAKE_POLICY_VERSION_MINIMUM=3.5
2425make
2526make install
2627
@@ -32,6 +33,7 @@ cd $LIBSAMPLERATE
3233mkdir build
3334cd build
3435
35- cmake .. $PG_BASE_CMAKE_FLAGS
36+ # CMake 3.5 or higher policy is required for buiding under CMake 4
37+ cmake .. $PG_BASE_CMAKE_FLAGS -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3638make
3739make install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -e -x
33
44cd $( dirname ` readlink -f " $0 " ` )
55
6- OGG=libogg-1.3.5
6+ OGG=libogg-1.3.6
77VORBIS=libvorbis-1.3.7
88
99curl -sL --retry 10 http://downloads.xiph.org/releases/ogg/${OGG} .tar.gz > ${OGG} .tar.gz
2222tar xzf ${VORBIS} .tar.gz
2323cd $VORBIS
2424
25- cmake . $PG_BASE_CMAKE_FLAGS
25+ # CMake 3.5 or higher policy is required for buiding under CMake 4
26+ cmake . $PG_BASE_CMAKE_FLAGS -DCMAKE_POLICY_VERSION_MINIMUM=3.5
2627make
2728make install
Original file line number Diff line number Diff line change 1- e4d798621bb04a62dcb831e58a444357635ab3bcb9efbdffa009cb0be1cafb5e72bf71cbcad5305aa5268a92076a03a7e564a19c0c8d54b93a05d9b03ad2da6b libogg-1.3.5 .tar.gz
1+ 5e4a136506a8ce5ca55dfd7426303631285e3e001b52963ac66582cbfb59095a0f07e2df94e733d5f4037cc5416bc091f75a85bee3db6056d806f8fe30a0e28a libogg-1.3.6 .tar.gz
228a83ac9e9197f32fad4430946dba3927921320492f9e96cda546e8eb3981e2664da97f77e43cb197577ec056437785168ca7c4138f8bf7f2ba93899846932eb2 libvorbis-1.3.7.tar.gz
You can’t perform that action at this time.
0 commit comments