Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild libgit2 #111

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo "HOMEBREW_FAKE_MACOS=13.7.0" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
echo "SDKROOT=${sdkpaths[0]}" >> $GITHUB_ENV
rm -Rf /Applications/Xcode_15.4.app
ln -sf /Applications/Xcode_14.3.app /Applications/Xcode.app

- name: Set up Homebrew
id: set-up-homebrew
Expand Down
6 changes: 0 additions & 6 deletions Formula/libgit2-static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
strategy :github_latest
end

bottle do
root_url "https://github.com/autobrew/homebrew-cran/releases/download/libgit2-static-1.8.1"
sha256 cellar: :any, arm64_sonoma: "8c86d2a049bafccc23b764a75fe3981a80c7b4471e04088e92aae0ddc0911882"
sha256 cellar: :any, arm64_ventura: "2325b2d316f5e01eb72bc677a45ad6cc1137264f2b93f8b19c20e30f3626776d"
sha256 cellar: :any, ventura: "aa04b6f90c212a1b34f695f009b9c207ea0bd0d8b66f38f7ef21645d584fbd85"
end

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13-arm64)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/libgit2-static.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13-arm64)

Layout/EmptyLines: Extra blank line detected.
depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "libssh2"
Expand Down
Loading