Skip to content

Commit

Permalink
ensure install_atl does not appear in rendered `.azure-pipelines/azur…
Browse files Browse the repository at this point in the history
…e-pipelines-win.yml`
  • Loading branch information
h-vetinari committed Nov 20, 2024
1 parent 71bc796 commit c869933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ def _azure_specific_setup(jinja_env, forge_config, forge_dir, platform):

azure_settings = deepcopy(forge_config["azure"][f"settings_{platform}"])
azure_settings.pop("swapfile_size", None)
azure_settings.pop("install_atl", None)
azure_settings.setdefault("strategy", {})
azure_settings["strategy"].setdefault("matrix", {})

Expand Down

0 comments on commit c869933

Please sign in to comment.