Skip to content

Commit

Permalink
Remove Cicero macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Mar 16, 2023
1 parent 944fe82 commit cdf26bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/cells/automation/pipelines.nix
Expand Up @@ -21,6 +21,7 @@
bulk.text = ''
nix eval .#hydraJobs --apply __attrNames --json |
nix-systems -i |
jq 'with_entries(select(.key != "x86_64-darwin"))' | # temporarily don't build on darwin
jq 'with_entries(select(.value))' # filter out systems that we cannot build for
'';
each.text =
Expand Down

0 comments on commit cdf26bd

Please sign in to comment.