Skip to content

Conversation

@bedroge
Copy link
Collaborator

@bedroge bedroge commented Nov 13, 2025

zstd -c behaves different than gunzip -c, apparently:

$ gunzip -c ./test.tar.gz > test
$ file test
test: POSIX tar archive (GNU)

$ zstd -c test.tar.zst > test
$  file test
test: Zstandard compressed data (v0.8+), Dictionary ID: None

$ zstd -c -d test.tar.zst > test
$ file test
test: POSIX tar archive (GNU)

@bedroge bedroge added bug Something isn't working Automated ingestion Issues related to the automated ingestion workflow labels Nov 13, 2025
Copy link
Member

@ocaisa ocaisa left a comment

Choose a reason for hiding this comment

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

LGTM

@ocaisa ocaisa merged commit fd73ab5 into EESSI:main Nov 13, 2025
24 checks passed
@bedroge bedroge deleted the zstd_ingestion branch November 13, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Automated ingestion Issues related to the automated ingestion workflow bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants