From d14e8c3fda384ca071af153b099cc54321fc1af9 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Wed, 5 Aug 2026 00:55:12 +0530 Subject: [PATCH] chore: migrate gsutil usage to gcloud storage (#15847) Co-authored-by: Vinicius da Costa --- infra/experimental/contrib/arvo/hacks/wolfssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/experimental/contrib/arvo/hacks/wolfssl.py b/infra/experimental/contrib/arvo/hacks/wolfssl.py index c86c6dbc515b..6367bf0f5762 100644 --- a/infra/experimental/contrib/arvo/hacks/wolfssl.py +++ b/infra/experimental/contrib/arvo/hacks/wolfssl.py @@ -1,4 +1,5 @@ """WolfSSL project-specific hacks.""" +"""http://www.apache.org/licenses/LICENSE-2.0""" from . import ProjectHack @@ -8,9 +9,8 @@ class WolfSSLHack(ProjectHack): def apply_dockerfile_fixes(self, dft) -> bool: """Fix WolfSSL Dockerfile issues.""" - # Replace gsutil cp command with a simple touch and zip dft.str_replace( - 'RUN gsutil cp ' + 'RUN wget ' 'gs://wolfssl-backup.clusterfuzz-external.appspot.com/' 'corpus/libFuzzer/wolfssl_cryptofuzz-disable-fastmath/public.zip ' '$SRC/corpus_wolfssl_disable-fastmath.zip', "RUN touch 0xdeadbeef && "