[glib-networking/mcatanzaro/windows-ci] Attempt to unbreak the Windows CI




commit 71ded07c9071934eefd5c48361d8cbbb71c78399
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Dec 1 11:00:48 2021 -0600

    Attempt to unbreak the Windows CI
    
    It's failing because required dependencies have not been built. This
    comment purports that it should suffice to uncomment the line once, run
    the CI, and then trust that dependencies are updated going forward. But
    this does not work reliably because there are multiple CI runners. So
    just give up on it.

 .gitlab-ci/test-msvc.bat | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index 0d5eee44..66412b4f 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -6,10 +6,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliar
 
 set BUILD_DIR=c:\gnet
 
-:: NOTE: uncomment this in a branch in order to update the depenencies. We do not
-:: build it each time to avoid spending so much of time building openssl and glib
-:: so we just keep it cached in c:\gnet
-::@RD /S /Q %BUILD_DIR%
+@RD /S /Q %BUILD_DIR%
 
 IF EXIST %BUILD_DIR% GOTO NOGVSBUILD
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]