Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): work around CI Windows git failure MONGOSH-660 #750

Merged
merged 1 commit into from Mar 31, 2021
Merged

Conversation

addaleax
Copy link
Contributor

For some reason, Windows builds started failing recently.
The windows-64-vs2019-small image, the Node.js version,
the npm version, the git version, and the package-lock.json
all remained the same in that period, so it is unclear
what exactly caused this.

While a full investigation would likely be interesting,
that’s not easy with Evergreen’s current capabilities.

However, fixing this seems possible by explicitly adding
the git binaries (including libexec ones) to the PATH,
so let’s do that for now.

For some reason, Windows builds started failing recently.
The windows-64-vs2019-small image, the Node.js version,
the npm version, the git version, and the package-lock.json
all remained the same in that period, so it is unclear
what exactly caused this.

While a full investigation would likely be interesting,
that’s not easy with Evergreen’s current capabilities.

However, fixing this seems possible by explicitly adding
the git binaries (including libexec ones) to the PATH,
so let’s do that for now.
@addaleax addaleax merged commit becc1ab into master Mar 31, 2021
@addaleax addaleax deleted the 660-dev branch March 31, 2021 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants