Skip to content

No longer assume GDK tools are available

Evan Read requested to merge eread/do-not-assume-gdk-already-installed into master

What does this Merge Request do?

Delay running make bootstrap until we can be sure GDK has been initialized and the Makefile is available. Installs and sets global PG and Ruby as these are required before the settings in .tool-versions take effect.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports