Skip to content

Commit 05f1fa5

Browse files
BrewTestBotchenrui333
authored andcommitted
recc 1.3.23
recc: needs `nlohmann-json` for build Signed-off-by: Rui Chen <[email protected]>
1 parent 8959433 commit 05f1fa5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/r/recc.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Recc < Formula
22
desc "Remote Execution Caching Compiler"
33
homepage "https://buildgrid.gitlab.io/recc"
4-
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.22/buildbox-1.3.22.tar.gz"
5-
sha256 "e8d194422175d69691905801cde22fa172ef2e224ddcf1152a0f15f8a542e650"
4+
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.23/buildbox-1.3.23.tar.gz"
5+
sha256 "ef61a7fd2934dbd8bb88639cea0623441456a8a19c752f38abb837450e0d7f9a"
66
license "Apache-2.0"
77
head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master"
88

@@ -16,6 +16,7 @@ class Recc < Formula
1616

1717
depends_on "cmake" => :build
1818
depends_on "gettext" => :build # for envsubst
19+
depends_on "nlohmann-json" => :build
1920
depends_on "pkgconf" => :build
2021
depends_on "tomlplusplus" => :build
2122
depends_on "abseil"

0 commit comments

Comments
 (0)