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

Compress linux artifacts using gzip #129

Closed
ChrisNeedham24 opened this issue Mar 28, 2023 · 3 comments · Fixed by #131
Closed

Compress linux artifacts using gzip #129

ChrisNeedham24 opened this issue Mar 28, 2023 · 3 comments · Fixed by #131
Assignees
Labels
bug Something isn't working good first issue Good for newcomers infrastructure What makes the system tick

Comments

@ChrisNeedham24
Copy link
Owner

Currently, only the -cvf flags are passed through in the bundling process. This should be -czvf to use gzip. The fact that the current tarballs are named with the .tar.gz extension makes this misleading and a bug.

@ChrisNeedham24 ChrisNeedham24 added bug Something isn't working good first issue Good for newcomers infrastructure What makes the system tick labels Mar 28, 2023
@ChrisNeedham24
Copy link
Owner Author

The README will also need to be updated to use the -z flag when extracting the tarball.

@ChrisNeedham24
Copy link
Owner Author

Should also see if we can upload the tarball on its own as an artifact, rather than zipping it up as well.

@ChrisNeedham24 ChrisNeedham24 self-assigned this Mar 29, 2023
@ChrisNeedham24
Copy link
Owner Author

Seems like GitHub Actions zipping up the tarball is expected and unavoidable. See the below for example:

@ChrisNeedham24 ChrisNeedham24 linked a pull request Mar 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers infrastructure What makes the system tick
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant