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

Conform to the new Homebrew guideline #26

Merged
merged 3 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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