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

[new release] tar, tar-unix and tar-mirage (2.5.1) #23967

Closed
wants to merge 1 commit into from

Conversation

reynir
Copy link
Contributor

@reynir reynir commented Jun 20, 2023

Decode and encode tar format files in pure OCaml

CHANGES:

CHANGES:

- Treat headers with link indicator '0' or '\000' (`Normal`) as directories for backward compatibility (reported in mirage/ocaml-tar#129, fix by @reynir)
@reynir
Copy link
Contributor Author

reynir commented Jun 21, 2023

The test failure on Mac is not fatal. I have a fix in mirage/ocaml-tar@95bd151 - not sure if I should re-publish the package with that patch.

@mseri
Copy link
Member

mseri commented Jun 21, 2023

If you already have a fix, it would be nice to have the fixed version so that we can leave the tests on without affecting the logs

jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"@runtest" {with-test}
"@runtest" {with-test & os != "macos"}

Otherwise I would suggest to disable the tests on macos

@reynir
Copy link
Contributor Author

reynir commented Jun 21, 2023

Ok, thank you for the feedback. I will resubmit with the patch.

@reynir reynir closed this Jun 21, 2023
@reynir reynir deleted the release-tar-v2.5.1 branch June 21, 2023 13:04
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

Successfully merging this pull request may close these issues.

2 participants