[skip ci] PyInstaller cherry pick no longer after 5.12.0 release

This commit is contained in:
Jay Lee
2023-06-08 08:17:14 -04:00
committed by GitHub
parent dddbb0ed8f
commit 3cd890a1f5

View File

@@ -468,10 +468,6 @@ jobs:
cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
git checkout "${latest_release}"
# https://github.com/pyinstaller/pyinstaller/issues/7692
if [[ "${latest_release}" == "v5.11.0" ]]; then
git cherry-pick e295cd6855a41d6408b6157b457a0b3bb4ce78e3
fi
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*
cd bootloader