| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR reverts the previous change that preferred the use of GNU tar ("gtar") over the system tar, restoring the original behavior that uses BSD tar on macOS.
| File | Description |
|---|---|
| CHANGELOG.md | Updates the changelog to indicate that there are no user-facing changes. |
| src/tar.ts | Removes usage of gtar: simplifies getTarVersion and updates command logging to always use "tar". |
| lib/tar.js | Mirrors the TypeScript changes; removes pickTarCommand and updates error messages and logging accordingly. |
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reverts #2767 now that we have #2768.
Using BSD tar on macOS minimises changes to the prod environment. It also means we only need to support (macOS, BSD tar) rather than (macOS, GNU tar) and (macOS, fallback to BSD tar). One drawback of reverting #2767 is that preferring GNU tar does mean we're using the same program to archive and extract the CodeQL Bundle.