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

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

index 4511ddb09b5a5668608b4757e1ad17225a77166e..78b9299e1303489bae8bf212a02585560b8278c9 100644 (file)
@@ -16,6 +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
 
 ### Fixed
 
index 14b99039bac060f248267738904db53feb7f8c62..6aa11f0cf843ffa9df91010da895c23e73363440 100644 (file)
@@ -53,7 +53,7 @@ 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 grep" "$build_utilities_path\GnuWin\bin"
+find_or_fallback "diff" "$build_utilities_path\GnuWin\bin"
 find_or_fallback "cmake cpack" "$CMAKE_BIN"
 find_or_fallback "msbuild" "$MSBUILD_BIN"