aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-07-01 16:16:10 -0700
committerGuy Harris <gharris@sonic.net>2023-07-01 16:16:10 -0700
commitccc4182e59cc5adb90859febc37e4bc47c0626c1 (patch)
tree42b89b8538b62f8c4b71a23a68ad68e5441f2fa1
parent441a1c29fc03eb0622dafb62f8a846f99b174fe3 (diff)
Cirrus CI: dump directories under C:\Program Files\Git selectively.
There's too much stuff under there; look at the directories that appear in the Windows PATH. Look at the new stuff in the UN*X path as well; it might be that C:\Program Files\Git is the MinGW/MSYS2 root, so the UN*X PATH isn't getting mangled. (And it may be that the failure to find cmake may be that cmake isn't installed by default, so we'd have to choco it or something such as that. It'd be nice if it were installed as part of Visual Studio in the containers.)
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index b2ba9c0f..598b14b9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -73,8 +73,9 @@ windows_task:
MATRIX_CMAKE: yes
MSYSTEM: MINGW64
install_script:
- - dir/s "C:\Program Files\Git"
- - dir/s "C:\cmake.exe"
+ - dir/s "C:\Program Files\Git\cmd"
+ - dir/s "C:\Program Files\Git\mingw64\bin"
+ - dir/s "C:\Program Files\Git\usr\bin"
- dir/s "C:\cl.exe"
- choco install --no-progress -y winflexbison
- win_flex --version