Skip to content

Commit

Permalink
Set liburing version to 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhuvud committed Sep 15, 2021
1 parent e3ce67b commit a46f6de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/liburing"]
path = submodules/liburing
url = https://github.com/axboe/liburing
path = submodules/liburing
url = https://github.com/axboe/liburing
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build/liburing.a: init
rm -rf submodules/liburing; \
git clone https://github.com/axboe/liburing submodules/liburing; \
fi
cd submodules/liburing && git fetch && git checkout b936762bb0aea0c259ee4
cd submodules/liburing && git fetch && git checkout liburing-2.1
$(MAKE) -C submodules/liburing
cp submodules/liburing/src/liburing.a build/

Expand Down

0 comments on commit a46f6de

Please sign in to comment.