Merge pull request #363 from cirruslabs/dev/fkorotkov/fix-monthly-buildkite-tap-trust

Fix Homebrew 6 trust failure in monthly image builds
This commit is contained in:
Fedor Kororkov 2026-08-06 12:20:10 -04:00 committed by GitHub
commit f5a7e1e631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ build {
"brew --version",
"brew update",
"brew install wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner",
"brew install buildkite/buildkite/buildkite-agent",
"brew install buildkite/buildkite/buildkite-agent@3",
"brew install equinix-labs/otel-cli/otel-cli",
"brew install curl || true", // doesn't work on Monterey
"brew install --cask git-credential-manager",