@@ -17,9 +17,10 @@ variables:
17
17
# Disabled pending clang dependencies for std::unordered_map
18
18
19
19
jobs :
20
-
20
+
21
21
- job : " LinuxPythonDebug"
22
22
displayName : " Ubuntu build - python make - debug"
23
+ timeoutInMinutes : 90
23
24
pool :
24
25
vmImage : " ubuntu-latest"
25
26
strategy :
45
46
46
47
- job : " ManylinuxPythonBuildAmd64"
47
48
displayName : " Python bindings (manylinux Centos AMD64) build"
49
+ timeoutInMinutes : 90
48
50
pool :
49
51
vmImage : " ubuntu-latest"
50
52
container : " quay.io/pypa/manylinux2014_x86_64:latest"
56
58
- script : " pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
57
59
58
60
- job : ManyLinuxPythonBuildArm64
61
+ timeoutInMinutes : 90
59
62
displayName : " Python bindings (manylinux Centos ARM64 cross) build"
60
63
variables :
61
64
name : ManyLinux
78
81
79
82
- job : " UbuntuOCaml"
80
83
displayName : " Ubuntu with OCaml"
84
+ timeoutInMinutes : 90
81
85
pool :
82
86
vmImage : " Ubuntu-latest"
83
87
steps :
@@ -101,6 +105,7 @@ jobs:
101
105
102
106
- job : " UbuntuOCamlStatic"
103
107
displayName : " Ubuntu with OCaml on z3-static"
108
+ timeoutInMinutes : 90
104
109
pool :
105
110
vmImage : " Ubuntu-latest"
106
111
steps :
@@ -133,6 +138,7 @@ jobs:
133
138
134
139
- job : " LinuxMSan"
135
140
displayName : " Ubuntu build - cmake"
141
+ timeoutInMinutes : 90
136
142
condition : eq(0,1)
137
143
pool :
138
144
vmImage : " ubuntu-latest"
@@ -167,6 +173,7 @@ jobs:
167
173
168
174
- job : " UbuntuCMake"
169
175
displayName : " Ubuntu build - cmake"
176
+ timeoutInMinutes : 90
170
177
pool :
171
178
vmImage : " ubuntu-latest"
172
179
strategy :
@@ -220,6 +227,7 @@ jobs:
220
227
221
228
- job : " MacOSPython"
222
229
displayName : " MacOS build"
230
+ timeoutInMinutes : 90
223
231
pool :
224
232
vmImage : " macOS-latest"
225
233
steps :
@@ -241,6 +249,7 @@ jobs:
241
249
242
250
- job : " MacOSCMake"
243
251
displayName : " MacOS build with CMake"
252
+ timeoutInMinutes : 90
244
253
pool :
245
254
vmImage : " macOS-latest"
246
255
steps :
@@ -264,6 +273,7 @@ jobs:
264
273
265
274
- job : " MacOSOCaml"
266
275
displayName : " MacOS build with OCaml"
276
+ timeoutInMinutes : 90
267
277
condition : eq(0,1)
268
278
pool :
269
279
vmImage : " macOS-latest"
0 commit comments