build: automatically install git for dugite (#49022)

This commit is contained in:
John Kleinschmidt
2025-11-20 10:12:02 -05:00
committed by GitHub
parent 8f9637fde4
commit 203540c8aa
3 changed files with 9 additions and 4 deletions

View File

@@ -22,6 +22,3 @@ runs:
export npm_config_arch="ia32"
fi
node script/yarn.js install --immutable
if [ "$BUILD_TYPE" = "win" ]; then
node node_modules/dugite/script/download-git.js
fi

View File

@@ -139,5 +139,10 @@
"workspaces": [
"spec",
"spec/fixtures/native-addon/*"
]
],
"dependenciesMeta": {
"dugite": {
"built": true
}
}
}

View File

@@ -4726,6 +4726,9 @@ __metadata:
webpack: "npm:^5.95.0"
webpack-cli: "npm:^6.0.1"
wrapper-webpack-plugin: "npm:^2.2.0"
dependenciesMeta:
dugite:
built: true
languageName: unknown
linkType: soft