Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 22, 2024
1 parent 2f66b3a commit 3106d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
brew tap viamrobotics/brews
# note: this fails on the nlopt dep to viam-server when viam-server already exists as bottle in the formula file.
# weird edge case. recovery is to remove the bottle stanza and delete the uploaded package, then rerun.
# without --force, build fails on macos 15 runner with brew link error
brew install --force --only-dependencies ${{ inputs.formula }}
brew install --only-dependencies ${{ inputs.formula }}
# without this link step this fails on macos-15 runner
brew link --overwrite pkgconf
brew install --build-bottle ${{ inputs.formula }}
brew bottle --json --root-url $ROOT_URL ${{ inputs.formula }}
Expand Down

0 comments on commit 3106d39

Please sign in to comment.