Skip to content

Commit

Permalink
this failed on a fresh homebrew install on a macos 14 laptop; add bac…
Browse files Browse the repository at this point in the history
…k, unlink at the top
  • Loading branch information
abe-winter committed Nov 21, 2024
1 parent 7b6d4d5 commit 30f9717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: build bottle
run: |
# without this, macos-15 fails with a brew link error
brew unlink pkg-config
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.
Expand Down
1 change: 1 addition & 0 deletions Formula/viam-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class ViamServer < Formula

depends_on "go" => :build
depends_on "node@20" => :build
depends_on "pkg-config" => :build
depends_on "ffmpeg"
depends_on "jpeg-turbo"
depends_on "nlopt-static"
Expand Down

0 comments on commit 30f9717

Please sign in to comment.