Enable skip compilation by default for Go projects
Overview
Now that we've added support for pre-compiled binaries for Gitaly, GitLab Shell, and GitLab Workhorse on macOS and Linux, we want to make the skip_compile
option the default. This will allow users to skip the compilation step during setup and updates to speed up the process. Users can still disable this option if they need to compile the projects locally.
Impacted categories
The following categories relate to this issue:
-
gdk-reliability - e.g. When a GDK action fails to complete. -
gdk-usability - e.g. Improvements or suggestions around how the GDK functions. -
gdk-performance - e.g. When a GDK action is slow or times out.
Steps to replicate (optional)
Proposal (optional)
Environment (optional)
- Operating system name:
<!-- output of `uname -a` command -->
- Architecture:
<!-- output of `arch` command -->
- The contents of your
gdk.yml
(if any) - Ruby version:
<!-- output of `ruby --version` command -->
- GDK version:
<!-- output of `git rev-parse --short HEAD` command -->
Edited by Nao Hashizume