Skip to content

Commit

Permalink
Experiment: brew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Dec 27, 2024
1 parent 00abb6f commit f05a4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
export HOMEBREW_GITHUB_API_TOKEN=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
homebrew/runformula.sh -y --force --HEAD
homebrew/runformula.sh --skipaudit --force --HEAD
# -y Say "yes" to doing the brew audit
# --force Run even if pistache brew formula unchanged
# --HEAD Test with head of pistacheio/pistache master branch
Expand Down
2 changes: 0 additions & 2 deletions homebrew/pistache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ class Pistache < Formula
url "https://github.com/pistacheio/pistache/archive/refs/tags/v0.4.26.tar.gz"
sha256 "29af6562547497acf6f49170661786fe8cf1ed3712ad80e69c53da4661c59544"
license "Apache-2.0"
# !!!!!!!! Put back
head "https://github.com/pistacheio/pistache.git", branch: "master"
# head "https://github.com/dgreatwood/pistachefork.git", branch: "brewFormula"

depends_on "cmake" => :build # for howard-hinnant-date
depends_on "cpp-httplib" => :build
Expand Down

0 comments on commit f05a4e2

Please sign in to comment.