Skip to content

Commit d00f59f

Browse files
committed
try to get clean runs
1 parent d351788 commit d00f59f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

build_all_python_frameworks.zsh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TOOLSDIR=$(dirname $0)
99
SIGNING_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}

build_python_framework_pkgs.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ if [ -d "${PIPCACHEDIR}" ]; then
9191
/usr/bin/sudo /bin/rm -rf "${PIPCACHEDIR}"
9292
fi
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
9598
echo "Downloading relocatable-python tool from github..."
9699
if [ -f "${RP_ZIP}" ]; then

0 commit comments

Comments
 (0)