nix-community / hydra-check

check hydra for the build status of a package [maintainer=@makefu,@Artturin,@bryango]
MIT License
70 stars 10 forks source link

Wrong --arch guess on Darwin #54

Open doronbehar opened 6 days ago

doronbehar commented 6 days ago

On aarch64-darwin, I get:

$ hydra-check beets
warn: unknown --arch 'aarch64-macos', consider specify one of the following known architectures: [
    "x86_64-linux",
    "aarch64-linux",
    "x86_64-darwin",
    "aarch64-darwin",
]
Build Status for beets.aarch64-macos on jobset nixpkgs/trunk
https://hydra.nixos.org/job/nixpkgs/trunk/beets.aarch64-macos
_ This job is not a member of the latest evaluation of its jobset. This means it was removed or had an evaluation error.

A draft PR is waiting for a fix:

bryango commented 5 days ago

Thank you for reporting this! Sorry for not testing darwin before haha...