Skip to content

Missing runit dependency installation on OSX

Overview

Hi, I'm new to gitlab. When I try to setup the gdk (gdk install ...) after installing macOS dependencies, it shows that the Runit package is not installed. After I manually use $brew install runit to install it, and the gdk install command works.

I'm wondering do I miss any step from the doc or should I create a MR to add runit to the brew section? https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/master/doc/prepare.md

$ gdk install gitlab_repo=git@gitlab.com:gitlab-org/gitlab.git
Runit is not installed, please install Runit.
make: *** [preflight-checks] Error 1
❌️ ERROR: Failed to install.
-------------------------------------------------------
You can try the following that may be of assistance:

- Run 'gdk doctor'.
- Visit the troubleshooting documentation:
  https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/master/doc/troubleshooting.md.
- Visit https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues to
  see if there are known issues.
-------------------------------------------------------

Proposal (optional)

Environment (optional)

  • Operating System:macOS Catalina 10.15.6
  • The contents of your gdk.yml
  • Ruby version: ruby 2.6.6p146
  • GDK version: e6d2e053