We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5309cf3 commit 7d29251Copy full SHA for 7d29251
1 file changed
azure-pipelines.yml
@@ -218,17 +218,15 @@ strategy:
218
IMAGE: "fedora:36"
219
SCRIPT: "fedora_prepare"
220
221
-timeoutInMinutes: 25
+# timeoutInMinutes: 25
222
pool:
223
vmImage: 'ubuntu-20.04'
224
225
-
226
steps:
227
228
229
230
- script: |
231
script=https://raw.githubusercontent.com/devizer/test-and-build/master/install-build-tools-bundle.sh; (wget -q -nv --no-check-certificate -O - $script 2>/dev/null || curl -ksSL $script) | bash >/dev/null
+ Say --Reset-Stopwatch
232
Say "Register qemu user static"
233
time docker run --rm --privileged multiarch/qemu-user-static:register --reset
234
condition: ne(variables.Multiarch, '')
0 commit comments