From 274b9d5c1d01c9549f2f12e76654a850df94a057 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 9 Feb 2022 16:42:15 -0700 Subject: [PATCH] ci: work around azure networking issue --- ci/azure/pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index b1b99288e8..6bb54e0402 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -93,6 +93,11 @@ jobs: Set-Variable -Name ZIGBUILDDIR -Value "$(Get-Location)\build" $Env:AWS_SHARED_CREDENTIALS_FILE = "$Env:DOWNLOADSECUREFILE_SECUREFILEPATH" + # Workaround Azure networking issue + # https://github.com/aws/aws-cli/issues/5749 + $Env:AWS_EC2_METADATA_DISABLED = "true" + $Env:AWS_REGION = "us-west-2" + cd "$ZIGBUILDDIR" mv ../LICENSE dist/ mv ../zig-cache/langref.html dist/