Skip to content

Commit d541bb2

Browse files
committed
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.
1 parent 83e07c1 commit d541bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ windows_task:
8484
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
8585
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
8686
script:
87-
- sh -c "echo $ORIGINAL_PATH; ./build_matrix.sh"
87+
- sh -c "WINDOWS_PATH='%PATH%'"; export WINDOWS_PATH; env; ./build_matrix.sh"
8888

8989
coverity_task:
9090
name: Coverity Scan

0 commit comments

Comments
 (0)