Skip to content

Commit

Permalink
Merge pull request #199155 from Homebrew/stellar-core-pkgconf
Browse files Browse the repository at this point in the history
stellar-core: migrate to `pkgconf`
  • Loading branch information
BrewTestBot authored Nov 27, 2024
2 parents 3cfeb3c + 9c07245 commit 8e54b60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/s/stellar-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class StellarCore < Formula
depends_on "bison" => :build # Bison 3.0.4+
depends_on "libtool" => :build
depends_on "pandoc" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libpq"
depends_on "libpqxx"
Expand Down Expand Up @@ -67,8 +67,10 @@ def install
test_categories = %w[
accountsubentriescount
bucketlistconsistent
topology
]
# Reduce tests on Intel macOS as runner is too slow and times out
test_categories << "topology" if !OS.mac? || !Hardware::CPU.intel?

system bin/"stellar-core", "test", test_categories.map { |category| "[#{category}]" }.join(",")
end
end

0 comments on commit 8e54b60

Please sign in to comment.