Commit 274b9d5c1d

Andrew Kelley <andrew@ziglang.org>
2022-02-10 00:42:15
ci: work around azure networking issue
1 parent 2836cd5
Changed files (1)
ci
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/