Use Buildkite for CI (#11477)

This commit is contained in:
Ashcon Partovi
2024-06-27 14:56:07 -07:00
committed by GitHub
parent d356e27a4d
commit d105b048b1
174 changed files with 33958 additions and 30950 deletions

2
scripts/download-zig.ps1 Normal file → Executable file
View File

@@ -23,7 +23,7 @@ try {
if (!(Test-Path $TarPath)) {
try {
Write-Host "-- Downloading Zig"
Invoke-WebRequest $Url -OutFile $TarPath
Invoke-RestMethod $Url -OutFile $TarPath
} catch {
Write-Error "Failed to fetch Zig from: $Url"
throw $_