Unverified Commit eb57af1c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

forgejo-runner: mark broken on darwin

The tests currently fail to execute on darwin, which may indicate a
sandboxing issue. Likely needs someone to care for forgejo ci/cd on
darwin.
parent 93fd8965
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ buildGoModule rec {
  };

  meta = with lib; {
    # Cannot process container options: '--pid=host --device=/dev/sda': 'unknown server OS: darwin'
    broken = stdenv.hostPlatform.isDarwin;
    description = "Runner for Forgejo based on act";
    homepage = "https://code.forgejo.org/forgejo/runner";
    changelog = "https://code.forgejo.org/forgejo/runner/releases/tag/${src.rev}";