Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 972eba1

Browse files
committed
Only stream installing the bundle on Linux
1 parent e5048f5 commit 972eba1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/tools-download.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tools-download.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tools-download.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export async function downloadAndExtract(
9191

9292
if (
9393
compressionMethod === "zstd" &&
94+
process.platform === "linux" &&
9495
(await features.getValue(Feature.ZstdBundleStreamingExtraction))
9596
) {
9697
logger.info(`Streaming the extraction of the CodeQL bundle.`);

0 commit comments

Comments
 (0)