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

Fix tar flags (and filename) on OpenBSD #5212

Merged
merged 3 commits into from
Nov 15, 2024

Conversation

sdassow
Copy link
Contributor

@sdassow sdassow commented Oct 18, 2024

This PR addresses #5195 and makes sure the compression is supported by tar in the base system, as well as using the corresponding file name.

Without this patch:

$ fyne package --os openbsd --release
failed to create archive with tar: tar: unknown option -- J
usage: tar {crtux}[014578befHhjLmNOoPpqsvwXZz]
           [blocking-factor | archive | replstr] [-C directory] [-I file]
           [file ...]
       tar {-crtux} [-014578eHhjLmNOoPpqvwXZz] [-b blocking-factor]
           [-C directory] [-f archive] [-I file] [-s replstr] [file ...]

@coveralls
Copy link

coveralls commented Oct 18, 2024

Coverage Status

coverage: 59.953% (-0.008%) from 59.961%
when pulling b42e83c on sdassow:fix-tar-on-openbsd
into de361f6 on fyne-io:develop.

@sdassow sdassow merged commit 443f86c into fyne-io:develop Nov 15, 2024
12 checks passed
@sdassow sdassow deleted the fix-tar-on-openbsd branch November 15, 2024 16:40
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.

4 participants