fix pyinstaller-windows, using Msys2 #205
Conversation
181314e to
af5a3fb
Compare
| python --version | ||
| python -m pip install pyinstaller | ||
| python -m pip install . | ||
| pacman -Ql | grep openssl | grep dll |
pkg/Makefile
Outdated
| @echo '===========================================' | ||
| @echo -e '============= \033[31m WARNING !!!!! \033[m ============' | ||
| @echo '===========================================' | ||
| @echo -e '\033[5m\033[31mThis rule is deprercated, and most likely broken \033[m' |
pkg/Makefile
Outdated
| @@ -41,6 +41,13 @@ osc-cli-x86_64.zip: osc-cli | |||
| zip -r osc-cli-x86_64.zip osc-cli | |||
|
|
|||
| osc-cli: | |||
There was a problem hiding this comment.
well, I could, but as it was here before, I guess it should be done in another ticket PR.
| run: | | ||
| git submodule update --init | ||
| python --version | ||
| python -m pip install pyinstaller | ||
| python -m pip install . | ||
| pacman -Ql | grep openssl | grep dll |
There was a problem hiding this comment.
Could we include this in the Makefile ? Even though we cannot run it on a Linux machine
There was a problem hiding this comment.
I could, but this is Msys2 specific, which even on windows isn't that use. so I'm not too sure about putting this part outside the yaml.
Especially as, one the debug remove, it's like a 3-line diff.
24530ed to
adf0f62
Compare
| uses: "marvinpinto/action-automatic-releases@latest" | ||
| if: ${{ github.event_name == 'push' }} | ||
| with: | ||
| repo_token: "${{ secrets.TOKEN_MGO }}" |
There was a problem hiding this comment.
TOKEN_MGO? We probably already have a gh token available from our bot
pkg/Makefile
Outdated
| @echo -e '\033[5m\033[31mThis rule is deprecated, and most likely broken \033[m' | ||
| @echo '===========================================' | ||
| @echo -e '============= \033[31m \WARNING !!!!! \033[m ============' | ||
| @echo '===========================================' |
There was a problem hiding this comment.
Why not removing old rule?
There was a problem hiding this comment.
can we do that in a second time, as this is still a very diferent way to package the windows cli.
adf0f62 to
54198c9
Compare
As the Makefile use a docker that use wine that use pyinstaller, is currently broken, and is hard to debug, this new workflow, use windows directly with Msys 2 (which use the glorious Pacman from I use Arch BTW). I've also remove the old windwos build from everything. See you wine build, someday somewhere! fix #190
52a89de to
89ff71f
Compare
Uh oh!
There was an error while loading. Please reload this page.