CI gdk install failure
Overview
https://gitlab.com/gitlab-org/gitlab-development-kit/-/jobs/715179547#L83 from !1507 (merged) fails to gdk install
:
> Installing GDK..
+ gdk install shallow_clone=true
No preset version installed for command go
Please install a version by running one of the following:
asdf install golang 1.14.6
or add one of the following versions in your config file at /builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/.tool-versions
golang 1.15
nil versions are discouraged and will be deprecated in Rubygems 4
No preset version installed for command yarn
Please install a version by running one of the following:
asdf install yarn 1.22.4
or add one of the following versions in your config file at /builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/.tool-versions
yarn 1.22.5
No preset version installed for command psql
Please install a version by running one of the following:
asdf install postgres 11.8
or add one of the following versions in your config file at /builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/.tool-versions
postgres 11.9
rake aborted!
NoMethodError: undefined method `<' for nil:NilClass
/builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/lib/gdk/dependencies.rb:165:in `check_postgresql_version'
/builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/lib/gdk/dependencies.rb:67:in `check_all'
/builds/gitlab-org/gitlab-development-kit/gitlab-development-kit/lib/tasks/setup.rake:6:in `block in <top (required)>'
Tasks: TOP => preflight-checks
(See full trace by running task with --trace)
make: *** [Makefile:173: preflight-checks] Error 1
ERROR: Failed to install.
command -v rake || gem install rake
/home/gdk/.asdf/installs/ruby/2.6.6/bin/rake
rake preflight-checks
-------------------------------------------------------
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.
-------------------------------------------------------