Skip to content

add windows packaging#95

Merged
jerome-jutteau merged 1 commit intomasterfrom
windows-packaging
Sep 3, 2021
Merged

add windows packaging#95
jerome-jutteau merged 1 commit intomasterfrom
windows-packaging

Conversation

@jerome-jutteau
Copy link
Contributor

Signed-off-by: Jérôme Jutteau jerome.jutteau@outscale.com

Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
zip -r osc-cli-x86_64.zip osc-cli

osc-cli:
docker run --rm -it -v ${PWD}/..:/src outscale/wine-pyinstaller:0.0.1 --distpath ./pkg --clean --name osc-cli osc_sdk/sdk.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what is outscale/wine-pyinstaller shouldn't you add a git submodule ? maybe add a rule to clone it and build the docker ?

Copy link
Contributor Author

@jerome-jutteau jerome-jutteau Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its a docker image hosted on outscale-dev/wine-pyinstaller (which can be re-used for other projects as building windows binaries from Linux is really tricky, check details in the project).

No need to sub-module and build on the fly, docker run will fetch the image from docker hub and do the job for you.

@jerome-jutteau jerome-jutteau merged commit 89b96f9 into master Sep 3, 2021
@jerome-jutteau jerome-jutteau deleted the windows-packaging branch September 3, 2021 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants