Skip to content

Commit f83d4d5

Browse files
committed
show variants
1 parent 70b6472 commit f83d4d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci_support/build_all.py

+4
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ def build_folders(recipes_dir, folders, arch, channel_urls):
235235

236236

237237
def build_folders_rattler_build(recipes_dir: str, platform, arch, channel_urls: list[str]):
238+
config = get_config(arch, channel_urls)
239+
variants = yaml.dump(sorted(config.variant))
240+
print(f"-- VARIANTS:\n\n{variants}\n\n")
241+
238242
# Define the arguments for rattler-build
239243
args = [
240244
"rattler-build",

0 commit comments

Comments
 (0)