Skip to content

Commit

Permalink
workflows/build: set HOMEBREW_TEST_TIMEOUT_SECS
Browse files Browse the repository at this point in the history
This, added in Homebrew/brew#18629, will hopefully allow the tests run
on QEMU to pass.
  • Loading branch information
ZhongRuoyu committed Oct 26, 2024
1 parent 9d32e8d commit 5672d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_TEST_TIMEOUT_SECS: 1800

jobs:
build:
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
--env=CI=true \
--env=HOMEBREW_DEVELOPER="$HOMEBREW_DEVELOPER" \
--env=HOMEBREW_NO_AUTO_UPDATE="$HOMEBREW_NO_AUTO_UPDATE" \
--env=HOMEBREW_TEST_TIMEOUT_SECS="$HOMEBREW_TEST_TIMEOUT_SECS" \
--platform='linux/${{matrix.arch}}' \
--mount=type=bind,src=/home/runner,dst=/home/runner \
--workdir='${{github.workspace}}' \
Expand Down

0 comments on commit 5672d38

Please sign in to comment.