Skip to content

Commit

Permalink
turn off noarch for now to deal with build
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 26, 2024
1 parent d21f568 commit 4883544
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions conda_forge_tick/make_migrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,15 @@ def initialize_migrators(
"The package 'mpir' is deprecated and unmaintained. Use 'gmp' instead.",
)

with fold_log_lines("making `noarch: python` migrator"):
migrators.append(
NoarchPythonMinMigrator(
graph=gx,
pr_limit=1, # will turn up later
),
)
# turned off due to issue with not editing build sections when there
# is no host
# with fold_log_lines("making `noarch: python` migrator"):
# migrators.append(
# NoarchPythonMinMigrator(
# graph=gx,
# pr_limit=1, # will turn up later
# ),
# )

pinning_migrators: List[Migrator] = []
migration_factory(pinning_migrators, gx)
Expand Down

0 comments on commit 4883544

Please sign in to comment.