File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,14 +46,6 @@ if [[ ${PY_INTERP_DEBUG} == yes ]]; then
4646 fi
4747fi
4848
49- # Since these take very long to build in our emulated ci, disable for now
50- if [[ ${target_platform} == linux-aarch64 ]]; then
51- _OPTIMIZED=no
52- fi
53- if [[ ${target_platform} == linux-ppc64le ]]; then
54- _OPTIMIZED=no
55- fi
56-
5749declare -a _dbg_opts
5850if [[ ${PY_INTERP_DEBUG} == yes ]]; then
5951 # This Python will not be usable with non-debug Python modules.
Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 1 %}
7+ {% set build_number = 2 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
You can’t perform that action at this time.
0 commit comments