Skip to content

Commit

Permalink
switch channel order to avoid old rc-compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 4, 2024
1 parent 36a7c24 commit 26fdeb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ c_stdlib_version:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge,conda-forge/label/llvm_rc
channel_targets:
- conda-forge llvm_rc
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ c_stdlib:
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge,conda-forge/label/llvm_rc
channel_targets:
- conda-forge llvm_rc
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ c_stdlib:
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge,conda-forge/label/llvm_rc
channel_targets:
- conda-forge llvm_rc
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sys_abi: # [osx]
# - pre-12 # [osx]

channel_sources:
- conda-forge/label/llvm_rc,conda-forge
- conda-forge,conda-forge/label/llvm_rc

# publish the pre-12 ABI & hardened builds to a separate label
channel_targets:
Expand Down

0 comments on commit 26fdeb8

Please sign in to comment.