We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0084 commit 6dd1e57Copy full SHA for 6dd1e57
.semaphore/semaphore.yml
@@ -3,6 +3,8 @@ name: Test on PR or create and upload wheels on tag.
3
agent:
4
machine:
5
type: s1-prod-ubuntu20-04-amd64-1
6
+execution_time_limit:
7
+ hours: 3
8
global_job_config:
9
env_vars:
10
- name: LIBRDKAFKA_VERSION
@@ -105,12 +107,9 @@ blocks:
105
107
value: x64
106
108
prologue:
109
commands:
- - cache restore msys2-x64
110
- ".\\tools\\mingw-w64\\setup-msys2.ps1"
111
- $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
112
- bash -lc './tools/mingw-w64/msys2-dependencies.sh'
- - cache delete msys2-x64
113
- - cache store msys2-x64 c:/msys64
114
jobs:
115
- name: Build
116
0 commit comments