]> granicus.if.org Git - graphviz/commitdiff
ci: remove now obsolete choco cache from windows-mingw32-build-step2-make job
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 22:29:45 +0000 (23:29 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 16:13:56 +0000 (17:13 +0100)
Commit 3f4d8dfc07899d113ddc49e2610b669113ea2810 removed the use of the
choco cache, but missed to remove the cache itself from this job.

.gitlab-ci.yml

index ff902754fdf3402c524f562f0508fe3b19625de1..4560a251d9674eae6d059d6d71708dc7779d0770 100644 (file)
@@ -490,10 +490,6 @@ windows-mingw32-build-step2-make:
         - $Env:build_system = "autotools"
         - $Env:use_autogen = "yes"
         - C:\msys64\usr\bin\env MSYSTEM=MINGW32 C:\msys64\usr\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/mingw-make.sh'
-    cache:
-        key: windows-mingw32-build-step2-make
-        paths:
-            - choco-cache
     artifacts:
         when: always
         expire_in: 1 week