Skip to content

myloasm: linux-aarch64 commented out in the 0.6.0 update (regression) #68789

Description

@scttfrdmn

recipes/myloasm built for linux-aarch64 at 0.5.1, but the platform was commented out in the 0.6.0 update (#66876):

   additional-platforms:
-    - linux-aarch64
+    #- linux-aarch64
     - osx-arm64

Published artifacts agree: linux-aarch64 exists for 0.5.1 and no later version.

That PR was described as a manual fix for the broken autobump in #66875 (adding a zlib dependency), so I suspect commenting out aarch64 was an expedient to get the build green rather than a lasting decision — but I may be wrong, hence the question rather than a PR.

Suggested fix, if the build is in fact healthy now:

extra:
  additional-platforms:
    - linux-aarch64
    - osx-arm64

If aarch64 genuinely fails for 0.6.0, would you mind leaving the reason as a comment next to the commented-out line? That way downstream consumers can tell a deliberate skip from an accident.

cc @bluenote-1577 (recipe maintainer)


Context: I maintain aarchbio, which republishes bioconda packages as native arm64 containers, so this showed up as a regression on our side (we currently publish 0.5.1). Happy to open the PR.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions