We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555c7a3 + 6a0aa39 commit fbf2b4bCopy full SHA for fbf2b4b
.travis.yml
@@ -38,6 +38,6 @@ git:
38
before_install:
39
- git submodule update --init
40
- gem update --system
41
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/azure-pipelines/setup-osx.sh; fi
42
43
script: script/travisbuild
ext/rugged/extconf.rb
@@ -14,6 +14,7 @@
14
$CFLAGS << " -Wall -Wno-comment"
15
16
cmake_flags = [ ENV["CMAKE_FLAGS"] ]
17
+cmake_flags << "-DREGEX_BACKEND=builtin"
18
cmake_flags << "-DUSE_SHA1DC=ON" if with_config("sha1dc")
19
20
def sys(cmd)
vendor/libgit2
0 commit comments