Browse Source

feat(lite): add linux lite whl scripts, enable megenginelite pytest/cmake gtest in ci

GitOrigin-RevId: 0243029c2d
tags/v1.3.0
Megvii Engine Team 4 years ago
parent
commit
ef079b84fb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      scripts/whl/manylinux2014/do_build_common.sh

+ 3
- 0
scripts/whl/manylinux2014/do_build_common.sh View File

@@ -61,6 +61,7 @@ function patch_elf_depend_lib_mgb_mge() {
handle_copy_cuda_libs ${LIBS_DIR}
}


ALL_PYTHON=${ALL_PYTHON}
if [[ -z ${ALL_PYTHON} ]]
then
@@ -120,6 +121,8 @@ do
echo "org whl name: ${org_whl_name}"
echo "comapt whl name: ${compat_whl_name}"
mv ${org_whl_name} ${SRC_DIR}/scripts/whl/manylinux2014/output/wheelhouse/${SDK_NAME}/${compat_whl_name}


cd /home/output
chown -R ${UID}.${UID} .
# compat for root-less docker env to remove output at host side


Loading…
Cancel
Save