Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ziti library during setup #25

Merged
merged 8 commits into from
Aug 22, 2022
Merged

Get ziti library during setup #25

merged 8 commits into from
Aug 22, 2022

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Aug 22, 2022

fixes #24 -- no more separate arch packages. Ziti SDK is downloaded to target machine at install time

setup.py Outdated Show resolved Hide resolved
setup.py Outdated
class GetZitilib(build_ext):

def build_extension(self, ext) -> None:
import platform
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't really save any time by importing in the functions here. These should all be at the top of the module per styling guidelines.

setup.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@ekoby ekoby merged commit 3d7ff7c into main Aug 22, 2022
@ekoby ekoby deleted the get-ziti-library-during-setup branch August 22, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

publish packages for Linux/arm64, Linux/arm32
2 participants