Skip to content

Commit

Permalink
Only stream installing the bundle on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Oct 22, 2024
1 parent e5048f5 commit 972eba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/tools-download.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tools-download.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/tools-download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export async function downloadAndExtract(

if (
compressionMethod === "zstd" &&
process.platform === "linux" &&
(await features.getValue(Feature.ZstdBundleStreamingExtraction))
) {
logger.info(`Streaming the extraction of the CodeQL bundle.`);
Expand Down

0 comments on commit 972eba1

Please sign in to comment.