-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
release: fix tests not running on aarch64-darwin
#1140
Conversation
07f619a
to
52ea390
Compare
IIRC the last time I tried to do this there was some issue. Maybe the schema was wrong or something? I assume We could probably get rid of some of the existing test jobs as redundant to this, but maybe it’s fine. |
As far as I'm aware, Another schema change is in bf3e8e1 where previously we were generating I've removed the new test jobs and replaced the commands in the existing |
We decided to drop this example as the package is not available in Nixpkgs and we won't be able to import it easily and keep this example evaluating as a useful smoke test. The code in this example is already documented under `services.ofborg.*` so any interested users can still find out how to set up `ofborg`.
I've cleaned up
release.nix
by removing package related jobs which aren't run as far as I'm aware and already live in nixpkgs.I've also exposed the docs and tests in
flake.nix
underpackages
andchecks
respectively which means they should get tested withnix flake check
and allows you to build individual tests withnix build
i.e.nix build nix-darwin#checks.aarch64-darwin.users-groups