Skip to content

Commit

Permalink
add verbose flag in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 25, 2023
1 parent 06cd91c commit b9f343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ build_python_package_() {
for PYBIN in ${pybins}; do # /opt/python/*/bin
# run_command "${PYBIN}/python3" setup.py bdist_wheel -p $PLAT -d ${TEMP_PYPKG_DIR}
# no pip equivalent of -p for platform?
run_command "${PYBIN}/python3" -m pip wheel . --wheel-dir ${TEMP_PYPKG_DIR}
run_command "${PYBIN}/python3" -m pip wheel . --wheel-dir ${TEMP_PYPKG_DIR} -vv
done

# Do not bundle external shared libraries for now.
Expand Down

0 comments on commit b9f343d

Please sign in to comment.