Skip to content

Commit 92dfd53

Browse files
jeffhostetlerGit for Windows Build Agent
authored andcommitted
msvc: get rid of the MSVC_DEPS variable
As we do not consume NuGet packages any longer, there is no sense to try to point PATH to their unpacked .dll files, either. Signed-off-by: Jeff Hostetler <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 19bcb75 commit 92dfd53

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,9 +2604,6 @@ ifdef GIT_INTEROP_MAKE_OPTS
26042604
endif
26052605
ifdef TEST_GIT_INDEX_VERSION
26062606
@echo TEST_GIT_INDEX_VERSION=\''$(subst ','\'',$(subst ','\'',$(TEST_GIT_INDEX_VERSION)))'\' >>$@+
2607-
endif
2608-
ifdef MSVC_DEPS
2609-
@echo MSVC_DEPS=\''$(subst ','\'',$(subst ','\'',$(MSVC_DEPS)))'\' >>$@+
26102607
endif
26112608
@if cmp $@+ $@ >/dev/null 2>&1; then $(RM) $@+; else mv $@+ $@; fi
26122609

t/test-lib.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ fi
6666
. "$GIT_BUILD_DIR"/GIT-BUILD-OPTIONS
6767
export PERL_PATH SHELL_PATH
6868

69-
test -z "$MSVC_DEPS" ||
70-
PATH="$GIT_BUILD_DIR/$MSVC_DEPS/bin$PATH_SEP$PATH"
71-
7269
################################################################
7370
# It appears that people try to run tests without building...
7471
test -n "$GIT_TEST_INSTALLED" || "$GIT_BUILD_DIR/git$X" >/dev/null ||

0 commit comments

Comments
 (0)