Skip to content

Commit 2b26700

Browse files
committed
workflows/tests: set HOMEBREW_ARM64_TESTING
We now have arm64 Linux CI in PRs for formulae with `:arm64_linux` bottles. We need to set this to make sure they don't fail `brew doctor`. See, for example, #213532.
1 parent 2df7b43 commit 2b26700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
HOMEBREW_TEST_BOT_ANALYTICS: 1
1616
HOMEBREW_ENFORCE_SBOM: 1
1717
HOMEBREW_NO_BUILD_ERROR_ISSUES: 1
18+
HOMEBREW_ARM64_TESTING: 1
1819
GH_REPO: ${{github.repository}}
1920
GH_NO_UPDATE_NOTIFIER: 1
2021
GH_PROMPT_DISABLED: 1

0 commit comments

Comments
 (0)