diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 14:58:21 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 14:58:21 -0700 |
commit | d541bb2c5638a23e26fa90ea77272dfeb129b72e (patch) | |
tree | 6834a95005179050aad3a53f0be7ec787c461040 | |
parent | 83e07c112e7f524f48af10d786e91d0882f84cf7 (diff) |
Cirrus CI: see if we can jam the raw Windows path into the UN*X environment.
If so, we can then do our own path construction from it, overriding the
garbage that we're getting from the system.
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c08fa69f..86ee86b0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -84,7 +84,7 @@ windows_task: - curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu" - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32 script: - - sh -c "echo $ORIGINAL_PATH; ./build_matrix.sh" + - sh -c "WINDOWS_PATH='%PATH%'"; export WINDOWS_PATH; env; ./build_matrix.sh" coverity_task: name: Coverity Scan |