From 44643e930255a25a0818f14024f3a6fd377ddc35 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 12 May 2021 19:44:13 -0700 Subject: [PATCH] remove Windows CI check for diff Following the prior changes, diff is no longer a test suite dependency on Windows. Closes #2069. --- CHANGELOG.md | 2 +- windows/bin/setup-build-utilities.ps1 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b9299e1..237a4a362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/windows/bin/setup-build-utilities.ps1 b/windows/bin/setup-build-utilities.ps1 index 6aa11f0cf..fc06e95a5 100644 --- a/windows/bin/setup-build-utilities.ps1 +++ b/windows/bin/setup-build-utilities.ps1 @@ -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" -- 2.40.0