Skip to content

Commit

Permalink
Experimental build with pygit2/libgit2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Jul 17, 2023
1 parent 11192bd commit aec3bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vcpkg-vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ set(PYGIT2_WHEEL_VER 1.12.1)
ExternalProject_Add(
pygit2
GIT_REPOSITORY https://github.com/koordinates/pygit2.git
GIT_TAG kart-pygit-v1.12.1
GIT_TAG pygit2-skip-filters-fix
GIT_SHALLOW ON
BUILD_IN_SOURCE ON
DEPENDS wheelBuildEnv unofficial::git2::libgit2package
Expand Down
4 changes: 2 additions & 2 deletions vcpkg-vendor/vcpkg-overlay-ports/libgit2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO koordinates/libgit2
REF kart-libgit-v1.6.4
SHA512 0de7c2e0efe04d94f8116133bd167f641c51499c94e9b5a601309ab8045b276832347b7cdc75152b4f5c110c0c0c29224134e5aff32267d7a78595b4d2b5dd90
REF libgit2-skip-filters-fix
SHA512 88e56c1bd1db33a6de4929266cd04e54f757fa6be48bcd62509b51de00450944ca5941b3b7b81e7118b318006059d9f59dcc9ea2848983547d3ed82b8001234b
HEAD_REF kx-latest
PATCHES
fix-configcmake.patch
Expand Down

0 comments on commit aec3bb9

Please sign in to comment.