Skip to content

Commit fbf2b4b

Browse files
authored
Merge pull request #812 from libgit2/cmn/update-libgit2
Bump libgit2 to 08cfa43d0e1a
2 parents 555c7a3 + 6a0aa39 commit fbf2b4b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ git:
3838
before_install:
3939
- git submodule update --init
4040
- gem update --system
41-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
41+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/azure-pipelines/setup-osx.sh; fi
4242

4343
script: script/travisbuild

ext/rugged/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
$CFLAGS << " -Wall -Wno-comment"
1515

1616
cmake_flags = [ ENV["CMAKE_FLAGS"] ]
17+
cmake_flags << "-DREGEX_BACKEND=builtin"
1718
cmake_flags << "-DUSE_SHA1DC=ON" if with_config("sha1dc")
1819

1920
def sys(cmd)

vendor/libgit2

Submodule libgit2 updated 475 files

0 commit comments

Comments
 (0)