-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todoman: disable failing test and unmark broken for darwin #176956
todoman: disable failing test and unmark broken for darwin #176956
Conversation
It was failing to build on hydra: https://hydra.nixos.org/job/nixpkgs/trunk/todoman.x86_64-darwin. Not sure about aarch64-darwin.
Consider disabling the failing test :) |
The tests do take a while to run when I build it locally. I'll take a look at how to disable -- out of curiosity, do you prefer that over extending the timeout because of resource contention on hydra? |
Make sure to squash and observe the contributing guidelines regarding commit messages. Something like this
|
@ofborg build todoman |
@ofborg build todoman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this should be fine and it built now
Description of changes
The other day I updated my unstable channel and tried switching home-manager to a new generation on my x86 Macbook, but it failed. I tracked it down to
todoman
, which was disabled for darwin in37c633f
but seems to build fine for me. I also noticed #173671 (zero-hydra-failures PR) that mentions disabling some packages that were broken on hydra (the PR mentionstodoman
, but didn't actually disable it).Things done
37c633f
was addressing it failing on M1 specifically (cc @Mindavi)?sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes