Skip to content

Commit 6dd1e57

Browse files
remove semaphore cache usage as it will not be available in the public cluster (#1605)
* debug * remove cache * dont skip windows to test * extend build timeout to 3h * back to original logic for when to run the windows stage
1 parent 67f0084 commit 6dd1e57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test on PR or create and upload wheels on tag.
33
agent:
44
machine:
55
type: s1-prod-ubuntu20-04-amd64-1
6+
execution_time_limit:
7+
hours: 3
68
global_job_config:
79
env_vars:
810
- name: LIBRDKAFKA_VERSION
@@ -105,12 +107,9 @@ blocks:
105107
value: x64
106108
prologue:
107109
commands:
108-
- cache restore msys2-x64
109110
- ".\\tools\\mingw-w64\\setup-msys2.ps1"
110111
- $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
111112
- bash -lc './tools/mingw-w64/msys2-dependencies.sh'
112-
- cache delete msys2-x64
113-
- cache store msys2-x64 c:/msys64
114113
jobs:
115114
- name: Build
116115
env_vars:

0 commit comments

Comments
 (0)