Skip to content

Commit

Permalink
show variants
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 18, 2024
1 parent 70b6472 commit f83d4d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci_support/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ def build_folders(recipes_dir, folders, arch, channel_urls):


def build_folders_rattler_build(recipes_dir: str, platform, arch, channel_urls: list[str]):
config = get_config(arch, channel_urls)
variants = yaml.dump(sorted(config.variant))
print(f"-- VARIANTS:\n\n{variants}\n\n")

# Define the arguments for rattler-build
args = [
"rattler-build",
Expand Down

0 comments on commit f83d4d5

Please sign in to comment.