more logging to figure out why we're picking up old OpenSSL

This commit is contained in:
Jay Lee
2024-09-03 15:36:52 -04:00
committed by GitHub
parent 05a04a0d23
commit 998bdfd40d

View File

@@ -545,7 +545,12 @@ jobs:
export distpath="./dist/gam"
export gampath="${distpath}"
"${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" gam.spec
echo "WARNINGS FROM build/gam/warn-gam.txt"
cat build/gam/warn-gam.txt
echo "Analysis FROM build/gam/Analysis-00.toc"
cat build/gam/Analysis-00.toc
echo "EXE data FROM build/gam/EXE-00.toc"
cat build/gam/EXE-00.toc
if [ -x "$(command -v realpath)" ]; then
realpath=realpath
else