8000 hack the nix script · GiTechLab/libgit2sharp@0227063 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0227063

Browse files
committed
hack the nix script
1 parent 21462a9 commit 0227063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.libgit2sharp.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ LIBGIT2SHA=`cat ./LibGit2Sharp/libgit2_hash.txt`
44
SHORTSHA=${LIBGIT2SHA:0:7}
55
EXTRADEFINE="$1"
66

7+
cd libgit2
8+
git fetch origin refs/pull/2798/head:refs/remotes/pr/2798
9+
git checkout refs/remotes/pr/2798
10+
cd ..
11+
712
rm -rf libgit2/build
813
mkdir libgit2/build
914
pushd libgit2/build

0 commit comments

Comments
 (0)
0