libgo patch committed: use 'gcloud storage cp' instead of 'gsutil cp'
2 views
Skip to first unread message
Ian Lance Taylor
unread,
May 2, 2026, 7:22:03 PMMay 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcc-patches, gofrontend-dev
This libgo patch from Cherry Mui uses 'gcloud storage cp' instead of
'gsutil cp' in the libgo testsuite. This avoids some automated
deprecation warnings. This has no real effect isnce these tests are
not normally run. Committed to mainline.