From 2cb6b04cefb22b8eec67901dd6c7f6af5d59cfc3 Mon Sep 17 00:00:00 2001 From: Sebastian Zumbrunn Date: Fri, 13 Dec 2024 18:08:16 +0100 Subject: [PATCH] SONARPY-2469 Remove build dependency from win build (#2249) --- .cirrus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 737adca3c9..0194470957 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -122,8 +122,6 @@ test_analyze_task: build_win_task: <<: *WINDOWS_VM_DEFINITION <<: *ONLY_SONARSOURCE_QA - depends_on: - - build maven_cache: # windows cache is buggy if using ${CIRRUS_WORKING_DIR} # Additionally "~" seems to resolve differently in the context of the cache and the context of the build_script below