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

Build. Github artifacts #13333

Open
drauggres opened this issue Mar 27, 2022 · 2 comments
Open

Build. Github artifacts #13333

drauggres opened this issue Mar 27, 2022 · 2 comments

Comments

@drauggres
Copy link
Contributor

Artifacts from github actions are zipped twice.
i.e. you can't download an artifact and then run ti sdk install <mobilesdk-version.zip>.

Maybe we could skip zip creation and create github artifacts from raw files.

https://github.com/actions/upload-artifact#zipped-artifact-downloads

@ewanharris
Copy link
Collaborator

I took a stab at seeing how this would work using the existing --skip-zip flag on scons package and this is the resulting build, it looks like it uploading the raw assets causes the upload time to increase massively.

Maybe an alternative here is to improve this on the SDK install side to handle a double zipped SDK?

@ewanharris
Copy link
Collaborator

PR that attempts the above here tidev/titanium-cli#559

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

No branches or pull requests

2 participants