File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ install:
17
17
-
cmd :
pip install --quiet git+https://github.com/frerich/[email protected]
18
18
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
19
19
# - cmd: pip install zmq
20
+ - cmd : vcpkg remove --outdated --recurse
20
21
- cmd : vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL
21
22
- cmd : del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library
22
23
before_build :
Original file line number Diff line number Diff line change @@ -250,10 +250,6 @@ def main():
250
250
# Create base test directory
251
251
tmpdir = "%s/test_runner_₿_🏃_%s" % (args .tmpdirprefix , datetime .datetime .now ().strftime ("%Y%m%d_%H%M%S" ))
252
252
253
- # If we fixed the command-line and filename encoding issue on Windows, these two lines could be removed
254
- if config ["environment" ]["EXEEXT" ] == ".exe" :
255
- tmpdir = "%s/test_runner_%s" % (args .tmpdirprefix , datetime .datetime .now ().strftime ("%Y%m%d_%H%M%S" ))
256
-
257
253
os .makedirs (tmpdir )
258
254
259
255
logging .debug ("Temporary test directory at %s" % tmpdir )
You can’t perform that action at this time.
0 commit comments