]> granicus.if.org Git - graphviz/commitdiff
remove Windows CI check for diff
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 May 2021 02:44:13 +0000 (19:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 14:42:13 +0000 (07:42 -0700)
Following the prior changes, diff is no longer a test suite dependency on
Windows. Closes #2069.

CHANGELOG.md
windows/bin/setup-build-utilities.ps1

index 78b9299e1303489bae8bf212a02585560b8278c9..237a4a36216c09dc46bddfb2a8f73315cd0dcdce 100644 (file)
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - $PATH is no longer assumed to be "/bin:/usr/bin:/usr/local/bin" if unset
 - test suite no longer assumes `python3` exists #2049
 - CMake build system locates Python 3 before calling it
-- grep is no longer required to build Graphviz on Windows
+- diff and grep are no longer required to build Graphviz on Windows
 
 ### Fixed
 
index 6aa11f0cf843ffa9df91010da895c23e73363440..fc06e95a55913c775f47a605e9069a0fe264699d 100644 (file)
@@ -53,7 +53,6 @@ find_or_fallback "awk sed swig" "$build_utilities_path"
 find_or_fallback "win_bison win_flex" "$build_utilities_path\winflexbison"
 find_or_fallback "makensis" "$build_utilities_path\NSIS\Bin"
 find_or_fallback "perl" "$build_utilities_path\Perl64\Bin"
-find_or_fallback "diff" "$build_utilities_path\GnuWin\bin"
 find_or_fallback "cmake cpack" "$CMAKE_BIN"
 find_or_fallback "msbuild" "$MSBUILD_BIN"