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

Cache module is failing due to the compression level #1059

Closed
jpverde opened this issue Mar 28, 2023 · 1 comment
Closed

Cache module is failing due to the compression level #1059

jpverde opened this issue Mar 28, 2023 · 1 comment

Comments

@jpverde
Copy link
Collaborator

jpverde commented Mar 28, 2023

Some cache uploads are not working due to the compression level of 0

args=["cachix", "push", "-c", "0", config["name"], out],

To fix this: Remove the compression level of 0 and leave it as default (2).

@jpverde jpverde changed the title Cache module is failing due to compression Cache module is failing due to the compression level Mar 28, 2023
jpverde added a commit to jpverde/makes that referenced this issue Mar 28, 2023
- Change cachix compression level from 0 to default (2)

Signed-off-by: John Perez <mrjohnjairo10@gmail.com>
jpverde added a commit to jpverde/makes that referenced this issue Mar 28, 2023
- Change cachix compression level from 0 to default (2)

Signed-off-by: John Perez <mrjohnjairo10@gmail.com>
jpverde added a commit that referenced this issue Mar 28, 2023
refac(back): #1059 change cache compression
@jpverde
Copy link
Collaborator Author

jpverde commented Mar 28, 2023

Done.

@jpverde jpverde closed this as completed Mar 28, 2023
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

1 participant