File tree Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,12 @@ jobs:
363
363
steps:
364
364
- checkout_merge
365
365
- designate_upload_channel
366
- - run: packaging/build_wheel.sh
366
+ - run:
367
+ name: Build conda packages
368
+ no_output_timeout: 30m
369
+ command: |
370
+ set -ex
371
+ packaging/build_wheel.sh
367
372
- store_artifacts:
368
373
path: dist
369
374
- persist_to_workspace:
@@ -379,7 +384,12 @@ jobs:
379
384
steps:
380
385
- checkout_merge
381
386
- designate_upload_channel
382
- - run: packaging/build_conda.sh
387
+ - run:
388
+ name: Build conda packages
389
+ no_output_timeout: 30m
390
+ command: |
391
+ set -ex
392
+ packaging/build_conda.sh
383
393
- store_artifacts:
384
394
path: /opt/conda/conda-bld/linux-64
385
395
- persist_to_workspace:
@@ -397,7 +407,7 @@ jobs:
397
407
- designate_upload_channel
398
408
- run:
399
409
name: Build conda packages
400
- no_output_timeout: 20m
410
+ no_output_timeout: 30m
401
411
command: |
402
412
set -ex
403
413
source packaging/windows/internal/vc_install_helper.sh
@@ -424,6 +434,7 @@ jobs:
424
434
- designate_upload_channel
425
435
- run:
426
436
name: Build wheel packages
437
+ no_output_timeout: 30m
427
438
command: |
428
439
set -ex
429
440
source packaging/windows/internal/vc_install_helper.sh
You can’t perform that action at this time.
0 commit comments