From b356ffa89cf804b7e371e7887e9482d02cf2ff16 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 12 Mar 2026 08:21:20 -0400 Subject: [PATCH 1/2] Add curl retry flags to wasi-sdk download on Linux The Linux curl command in AcquireWasiSdk.targets has no retry logic, unlike the Windows download script which retries up to 8 times. This causes transient GitHub download failures (rate limits, network blips) to fail the entire build with a cryptic tar error. Add --retry 3 --retry-delay 5 --retry-all-errors to bring Linux to parity with Windows retry behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/AcquireWasiSdk.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/AcquireWasiSdk.targets b/eng/AcquireWasiSdk.targets index c48a083e33d1fc..95f0ac57a9d216 100644 --- a/eng/AcquireWasiSdk.targets +++ b/eng/AcquireWasiSdk.targets @@ -37,7 +37,7 @@ - From a79dd14f986f1cf3a62283047cd9d1c1ba5bc550 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 12 Mar 2026 09:30:04 -0400 Subject: [PATCH 2/2] Update eng/AcquireWasiSdk.targets Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- eng/AcquireWasiSdk.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/AcquireWasiSdk.targets b/eng/AcquireWasiSdk.targets index 95f0ac57a9d216..51c0e62ef45d97 100644 --- a/eng/AcquireWasiSdk.targets +++ b/eng/AcquireWasiSdk.targets @@ -37,7 +37,7 @@ -