File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1+ __migrator :
2+ build_number : 1
3+ kind : version
4+ migration_number : 1
5+ ucx :
6+ - ' 1.14.0'
7+ migrator_ts : 1679152574.207815
Original file line number Diff line number Diff line change 1- build_platform : {osx_arm64: osx_64}
1+ build_platform :
2+ linux_aarch64 : linux_64
3+ osx_arm64 : osx_64
4+ conda_build :
5+ pkg_format : ' 2'
26conda_forge_output_validation : true
3- provider : {linux_aarch64: default, linux_ppc64le: azure}
4- test_on_native_only : true
57github :
68 branch_name : main
79 tooling_branch_name : main
8- conda_build :
9- pkg_format : ' 2'
10+ provider :
11+ linux_aarch64 : default
12+ linux_ppc64le : azure
13+ test_on_native_only : true
Original file line number Diff line number Diff line change 11{% set version = "4.1.5" %}
22{% set major = version.rpartition('.')[0] %}
3- {% set build = 0 %}
3+ {% set build = 1 %}
44
55# give conda package a higher build number
66{% if mpi_type == 'conda' %}
You can’t perform that action at this time.
0 commit comments