Skip to content

Commit

Permalink
Revert "try disabling macos cicero"
Browse files Browse the repository at this point in the history
This reverts commit 1dd8cd5.
  • Loading branch information
Anviking committed Dec 2, 2022
1 parent 1dd8cd5 commit 6a314bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions nix/supported-systems.nix
@@ -1,7 +1,6 @@
[
"x86_64-linux"
# TODO: Enable when there are cicero builders
# "x86_64-darwin"
# TODO: Enable when there are cicero builders
"x86_64-darwin"
# TODO: Enable aarch64-darwin when there are Hydra builders for it
# "aarch64-darwin"
]
4 changes: 2 additions & 2 deletions nix/tullia.nix
Expand Up @@ -16,8 +16,8 @@ in rec {

command.text = config.preset.github.status.lib.reportBulk {
bulk.text = ''
echo '["x86_64-linux"]' | nix-systems -i \
| jq 'with_entries(.key |= {"x86_64-linux": "linux"}[.])'
echo '["x86_64-linux", "x86_64-darwin"]' | nix-systems -i \
| jq 'with_entries(.key |= {"x86_64-linux": "linux", "x86_64-darwin": "macos"}[.])'
'';
each.text = ''nix build -L .#${lib.escapeShellArg top}."$1".required'';
skippedDescription = lib.escapeShellArg "No nix builder available for this platform";
Expand Down

0 comments on commit 6a314bb

Please sign in to comment.