Build tools are not installed in Workspace

The Docs site has a Workspace configured, but it is not currently usable because asdf does not install properly.

Current behavior

  • Users can initialize a workspace 👍
  • Running make setup returns an error:
$ make setup

INFO: Removing tmp and public directories...

INFO: Checking Brew dependencies, if Brew is available...

INFO: Checking asdf is available...
ERROR: asdf not found!
For more information, see: https://asdf-vm.com/guide/getting-started.html.
make: *** [Makefile:95: check-asdf] Error 1

Done when

  • Users can initialize a workspace and run make setup and make compile, allowing for actual development on the site.
  • We've documented how to use the Workspace for gitlab-docs development