]> granicus.if.org Git - graphviz/commitdiff
remove Windows CI configuration of Perl
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 23 May 2021 01:02:17 +0000 (18:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 03:11:42 +0000 (20:11 -0700)
As of the previous commit, Perl is no longer necessary for CI on Windows.
Related to #2067.

windows/bin/setup-build-utilities.ps1

index fc06e95a55913c775f47a605e9069a0fe264699d..8a83533c8d3c944074db9866e123667a051249e6 100644 (file)
@@ -52,7 +52,6 @@ $build_utilities_path = "$GRAPHVIZ_ROOT\windows\dependencies\graphviz-build-util
 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 "cmake cpack" "$CMAKE_BIN"
 find_or_fallback "msbuild" "$MSBUILD_BIN"