Skip to content

Commit 1ebc3bd

Browse files
committed
the last run failed without any ouptut? whatever, let's try again but also inspect the pyenv verions' binaries and the python binaries in Kivy.app's Frameworks dir as well
1 parent 7350742 commit 1ebc3bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/mac/buildDmg.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ sed -i '' "s;rm {};rm -f {};g" create-osx-bundle.sh
233233

234234
./create-osx-bundle.sh ${kivyVersion} ${PYTHON_VERSION}
235235

236+
# TODO: remove this after you fix the python binary issues
237+
ls -lah /Users/runner/.pyenv/versions/bin/pyenv
238+
ls -lah /Users/runner/.pyenv/versions/bin/pyenv/bin/
239+
md5 /Users/runner/.pyenv/bin/pyenv/bin/*
240+
ls -lah Kivy.app/Contents/Resources/venv/bin/
241+
ls -lah Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin
242+
md5 Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin/*
243+
236244
# Repair symlink
237245
pushd Kivy.app/Contents/Resources/venv/bin/
238246
rm ./python3

0 commit comments

Comments
 (0)