Skip to content

Commit 9536c56

Browse files
LucasGandelthewtex
authored andcommitted
Remove clean step after building module wheel on linux
Gives access to the configured headers of the module. This is required when chaining module builds. The latest module to be built must know about all the headers of former modules.
1 parent efa13a8 commit 9536c56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/internal/manylinux-build-module-wheels.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ for PYBIN in "${PYBINARIES[@]}"; do
101101
-DPython3_INCLUDE_DIR:PATH=${Python3_INCLUDE_DIR} \
102102
${CMAKE_OPTIONS} \
103103
|| exit 1
104-
${PYBIN}/python setup.py clean
105104
done
106105

107106
if test "${ARCH}" == "x64"; then

0 commit comments

Comments
 (0)