File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88TOOLSDIR=$( dirname $0 )
99SIGNING_IDENTITY=" Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
1010
11- sudo " $TOOLSDIR /build_python_framework_pkgs.zsh" minimal ${SIGNING_IDENTITY}
12- sudo " $TOOLSDIR /build_python_framework_pkgs.zsh" no_customization ${SIGNING_IDENTITY}
13- sudo " $TOOLSDIR /build_python_framework_pkgs.zsh" recommended ${SIGNING_IDENTITY}
14- sudo " $TOOLSDIR /build_python_framework_pkgs.zsh" opinionated ${SIGNING_IDENTITY}
11+ " $TOOLSDIR /build_python_framework_pkgs.zsh" minimal ${SIGNING_IDENTITY}
12+ " $TOOLSDIR /build_python_framework_pkgs.zsh" no_customization ${SIGNING_IDENTITY}
13+ " $TOOLSDIR /build_python_framework_pkgs.zsh" recommended ${SIGNING_IDENTITY}
14+ " $TOOLSDIR /build_python_framework_pkgs.zsh" opinionated ${SIGNING_IDENTITY}
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ if [ -d "${PIPCACHEDIR}" ]; then
9191 /usr/bin/sudo /bin/rm -rf " ${PIPCACHEDIR} "
9292fi
9393
94+ # kill homebrew packages
95+ /usr/local/bin/brew remove --force $( /usr/local/bin/brew list)
96+
9497# Download specific version of relocatable-python
9598echo " Downloading relocatable-python tool from github..."
9699if [ -f " ${RP_ZIP} " ]; then
You can’t perform that action at this time.
0 commit comments