Skip to content
Snippets Groups Projects
Commit 72e92da5 authored by Konstantin Tchernov's avatar Konstantin Tchernov
Browse files

feat: Add steps for installing gcloud locally

parent 3b6b2c3e
No related branches found
No related tags found
No related merge requests found
Pipeline #17400828 passed
Loading
Loading
@@ -125,6 +125,12 @@ This will install required `asdf`/`rtx` plugins, and install the correct version
 
Note that after pulling changes to the repository, you may sometimes need to re-run `./scripts/install-asdf-plugins.sh` to update your locally installed plugins and tool-versions.
 
### Step 3: (Optional) Install gcloud tool
This is currently only needed if you're working on the Google Cloud Platform part of Dedicated.
The `gcloud` tool cannot be installed via `rtx` on MacOS due to a [bug in rtx](https://github.com/jdx/rtx/issues/881), so it is not part of the setup above. Instead follow [Google's official instructions for your platform](https://cloud.google.com/sdk/docs/install), say `n` to sending statistics to Google, say `n` to installing Python, say `y` to sourcing the path in your shell.
## Updating Tool Versions
 
We use CI checks to ensure that tool versions used in GitLab-CI and on developer instances don't go out of sync.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment