Skip to content

Commit

Permalink
[no ci] attempt to fix linux build issues with ci #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed May 20, 2024
1 parent 274b5e9 commit 9ee4486
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,18 @@ jobs:
echo "not linux"
fi
- run: brew test-bot --only-formulae
- name: build bottle using test-bot for current formula
id: build_bottle
# run: brew test-bot --only-formulae
run: |
if [[ $RUNNER_OS == 'Linux' ]]; then
brew test-bot --only-formulae \
--root-url=https://ghcr.io/v2/ipatch/homebrew-us-05
if: github.event_name == 'pull_request'

# - name: build bottle using test-bot for current formula
# id: build_bottle
# # NOTE: ipatch, below env var required, see, https://github.com/orgs/Homebrew/discussions/4856
# env:
# HOMEBREW_NO_INSTALL_FROM_API: 1
# run: |
# # if [[ $RUNNER_OS == 'Linux' && $RUNNER_LABELS == *"ubuntu"* ]]; then
# if [[ $RUNNER_OS == 'Linux' ]]; then
# brew test-bot --only-formulae
Expand Down

0 comments on commit 9ee4486

Please sign in to comment.