File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ source:
7878
7979
8080build :
81- number : 1
81+ number : 2
8282 # Windows has issues updating python if conda is using files itself.
8383 # Copy rather than link.
8484 no_link :
@@ -128,6 +128,8 @@ requirements:
128128 - patch # [not win]
129129 - m2-patch # [win]
130130 - posix # [win]
131+ - ld_impl_{{target_platform}} # [linux]
132+ - binutils_impl_{{target_platform}} >=2.33.1 # [linux]
131133 host :
132134 - bzip2 # [not win]
133135 - sqlite
@@ -138,11 +140,9 @@ requirements:
138140 - tk # [not win]
139141 - ncurses # [linux]
140142 - libffi # [not win]
141- - binutils_impl_{{target_platform}} # [aarch64]
142- - ld_impl_{{target_platform}} # [linux and not aarch64]
143+ - ld_impl_{{target_platform}} # [linux]
143144 run :
144- - binutils_impl_{{target_platform}} # [aarch64]
145- - ld_impl_{{target_platform}} # [linux and not aarch64]
145+ - ld_impl_{{target_platform}} # [linux]
146146
147147test :
148148 requires :
You can’t perform that action at this time.
0 commit comments