ci: verify that the Git and Scalar executables work in Nano Server #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It was reported in git-for-windows/git#4052 that Git for Windows v2.38.0 introduced a regression (fixed in git-for-windows/git#4074) where
git.exe
could no longer be run in Nano Server containers.Let's add a workflow that verifies that Git for Windows does not regress on this in the future.
The CI run will necessarily fail at the moment, as Git for Windows v2.38.1 was released without any fix for Nano Server, and will print helpful information as to any missing symbol, as demonstrated by this run.
As demonstrated by this run (which uses the artifacts produced by a build of the PullRequest that fixes the issue), the CI run will start succeeding once we build a new Git version after merging said PR.