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

refactor(pkg test): Avoid gzip on tarballs #10952

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

Leonidas-from-XIV
Copy link
Collaborator

This avoids gzipping the tarballs that are created to test end to end functionality. Compressing and decompressing them takes time for minimal space saving so this PR just removes it.

It retains the compression in the tarballs test, to make sure compressed tarballs continue to work.

Copy link
Collaborator

@moyodiallo moyodiallo left a comment

Choose a reason for hiding this comment

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

LGTM, just one thing about doc/dune.inc that added by mistake.

doc/dune.inc Outdated Show resolved Hide resolved
This avoids gzipping the tarballs that are created to test end to end
functionality. Compressing and decompressing them takes time for minimal
space saving so this PR just removes it.

It retains the compression in the tarballs test, to make sure compressed
tarballs continue to work.

Signed-off-by: Marek Kubica <marek@tarides.com>
@Leonidas-from-XIV Leonidas-from-XIV merged commit 1a8b43f into ocaml:main Sep 24, 2024
26 of 27 checks passed
@Leonidas-from-XIV Leonidas-from-XIV deleted the dont-gzip branch September 24, 2024 12:52
Sylvain78 pushed a commit to Sylvain78/dune that referenced this pull request Sep 25, 2024
This avoids gzipping the tarballs that are created to test end to end
functionality. Compressing and decompressing them takes time for minimal
space saving so this PR just removes it.

It retains the compression in the tarballs test, to make sure compressed
tarballs continue to work.

Signed-off-by: Marek Kubica <marek@tarides.com>
Signed-off-by: Sylvain78 <sylvain_kerjean@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants