Skip to content

Split s out of the ar invocation #570

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

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Conversation

alexcrichton
Copy link
Member

This commit splits out the s command from the ar invocation to
happen as part of a separate step after the archive is fully assembled.
Turns out #569 has an issue on Linux where qs implies r (??), so to
get the append-only behavior of q we need to omit the s.

Closes #568 (for real this time?)

This commit splits out the `s` command from the `ar` invocation to
happen as part of a separate step after the archive is fully assembled.
Turns out #569 has an issue on Linux where `qs` implies `r` (??), so to
get the append-only behavior of `q` we need to omit the `s`.

Closes #568 (for real this time?)
@alexcrichton alexcrichton merged commit 801a87b into master Nov 20, 2020
@alexcrichton alexcrichton deleted the another-attemmpted-fix branch November 20, 2020 20:38
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.

Question: Is 1.0.63 (progressive linking?) a breaking change?
1 participant