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 6e49320
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 19dc24118ec55bd94f4ec6df009606caa2e20edcb1f9346bc13ac6b89979cada3368d131175e171723192a80d6d9dae30a291035d483c57da91134c966660002
HEAD_REF kx-latest
PATCHES
fix-configcmake.patch
Expand Down

0 comments on commit 6e49320

Please sign in to comment.