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 2756168 commit 078f03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,7 @@ jobs:
# GitHub API Error: API rate limit exceeded for aa.bb.cc.dd...
# Then try rerunning the job in 20-25 minutes
savedpwd="$(pwd)"
cd ~
git config --list
pwd
cd "$savedpwd"
pwd
echo "user: $USER"
whoami
export HOMEBREW_GITHUB_API_TOKEN=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
export HOMEBREW_GITHUB_API_TOKEN=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
homebrew/runformula.sh -y --force --HEAD
# -y Say "yes" to doing the brew audit
Expand Down
2 changes: 2 additions & 0 deletions homebrew/pistache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ 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 078f03e

Please sign in to comment.