From: Magnus Jacobsson Date: Sun, 9 Jan 2022 22:29:25 +0000 (+0100) Subject: ci: remove now obsolete choco cache from windows-mingw32-build-step1-configure job X-Git-Tag: 3.0.0~78^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98008c1301ddc947c374afd9766c9944b4ac74d9;p=graphviz ci: remove now obsolete choco cache from windows-mingw32-build-step1-configure job Commit 3f4d8dfc07899d113ddc49e2610b669113ea2810 removed the use of the choco cache, but missed to remove the cache itself from this job. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a7dbffb5..ff902754f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -464,10 +464,6 @@ windows-mingw32-build-step1-configure: - Invoke-Expression "$env:TEMP/$msys2_installer -oC:\" - $Env:build_system = "autotools" - C:\msys64\usr\bin\env MSYSTEM=MINGW32 C:\msys64\usr\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/mingw-configure.sh' - cache: - key: windows-mingw32-build-step1-configure - paths: - - choco-cache artifacts: when: always expire_in: 1 week