Skip to content

Commit

Permalink
fix: add Microsoft Visual C++ 2015 Redistributable
Browse files Browse the repository at this point in the history
Needed for `parcel` (npm tool)

Ref: jenkins-infra/helpdesk#3105
  • Loading branch information
lemeurherve authored Aug 23, 2022
1 parent 5d90662 commit 53bbd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/windows-provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ $downloads = [ordered]@{
& "choco.exe" install yq --yes --no-progress --limit-output --fail-on-error-output --version "${env:YQ_VERSION}";
& "choco.exe" install packer --yes --no-progress --limit-output --fail-on-error-output --version "${env:PACKER_VERSION}";
& "choco.exe" install datadog-agent --yes --no-progress --limit-output --fail-on-error-output;
& "choco.exe" install vcredist2015 --yes --no-progress --limit-output --fail-on-error-output;
};
'sanityCheck'= {
& "choco.exe";
Expand Down

0 comments on commit 53bbd46

Please sign in to comment.