Landing: 1f87fb00ff3d

Project / Subsystem

gcc / libgo

Date

2026-02-25

Author

Cherry Mui

Commit

1f87fb00ff3db72ebe809601320590fd15739366

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libgo
patch_id
commit_hash
1f87fb00ff3db72ebe809601320590fd15739366
source_type
github
headline
Libgo: Use 'gcloud storage cp' instead of deprecated 'gsutil cp'.
tldr
Switches from the deprecated 'gsutil cp' command to 'gcloud storage cp' in libgo's build scripts.
author
Cherry Mui
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • build
  • google cloud
  • deprecation
discussion_id_link
bugzilla_pr
date
2026-02-25T00:00:00.000Z

The libgo build process now uses ‘gcloud storage cp’ instead of the deprecated ‘gsutil cp’ command for interacting with Google Cloud Storage. Google is retiring ‘gsutil’ in favor of ‘gcloud storage’, necessitating this change. This update ensures that libgo’s build scripts remain functional with Google Cloud Storage.