Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Conform to the new Homebrew guideline (#26)
Browse files Browse the repository at this point in the history
* Conform to the new Homebrew guideline

* Specify the default branch
  • Loading branch information
ken-matsui committed Sep 25, 2023
1 parent 12bcebf commit e2e712f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: brew install
run: |
[ -d "/home/linuxbrew/.linuxbrew" ] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install --build-from-source --debug --verbose ./Formula/drogon.rb
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --debug --verbose ./Formula/drogon.rb
# ref: https://github.com/Homebrew/homebrew-core/issues/135068#issuecomment-1608783869
- name: brew link binutils
Expand All @@ -46,3 +46,4 @@ jobs:
run: |
[ -d "/home/linuxbrew/.linuxbrew" ] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew audit --verbose --strict drogon
brew audit --verbose --new drogon
2 changes: 1 addition & 1 deletion Formula/drogon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Drogon < Formula
tag: "v1.9.0-rc.1",
revision: "94ca651cbdbdf4038bc0392bcf2d897661996f7c"
license "MIT"
head "https://github.com/drogonframework/drogon.git"
head "https://github.com/drogonframework/drogon.git", branch: "master"

depends_on "cmake" => :build
depends_on "brotli"
Expand Down

0 comments on commit e2e712f

Please sign in to comment.