Skip to content

Commit

Permalink
add rc-channels
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 30, 2023
1 parent ddf7bea commit 981a53b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ version:
- 16.0.6
- 17.0.0.rc1

# zip to avoid using rc-builds for already-released-in-conda-forge LLVM versions
channel_sources:
- conda-forge
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
- conda-forge main
- conda-forge llvm_rc

# everything below is zipped
cross_target_platform:
- osx-64
Expand Down Expand Up @@ -41,3 +51,7 @@ zip_keys:
- uname_machine
- uname_kernel_release
- FINAL_PYTHON_SYSCONFIGDATA_NAME
-
- version
- channel_sources
- channel_targets

0 comments on commit 981a53b

Please sign in to comment.