| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This refactoring commit records the name of the tar program in the new TarVersion.name field and makes extractTarZst() use the new field instead of the hardcoded name "tar". Code behavior remains unchanged because currently TarVersion.name is always "tar". This is the first step toward supporting a tar program under a different executable name.
This commit changes getTarVersion() so that it receives the name of the tar program from the caller instead of using the hardcoded string "tar".
| Back | FazBrowse Home | New Git URL |
This PR changes the action to prefer gtar (over tar) if it is present.
On MacOS runner images, gtar points to GNU tar, which is more robust when extracting zstd archives.
Merge / deployment checklist