diff options
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh index cb9fe6bcb..3c8a5e7e9 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -58,6 +58,8 @@ make -C "${MCP_REPO_ROOT_PATH}/mcp/patches" deepclean patches-import pushd "${DEPLOY_DIR}" > /dev/null # Install distro packages and pip-managed prerequisites +PYTHON_BIN_PATH="$(python -m site --user-base)/bin" +PATH="$PATH:$PYTHON_BIN_PATH" notify "[NOTE] Installing required build-time distro and pip pkgs" 2 jumpserver_pkg_install 'build' pip install pipenv --user |