mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-24 11:17:15 +01:00
pin monero submodule to HEAD
This commit is contained in:
parent
2ac9e8eabb
commit
afac71383b
@ -15,9 +15,9 @@ BUILD_LIBWALLET=false
|
||||
if [ ! -d $MONERO_DIR/src ]; then
|
||||
git submodule init monero
|
||||
fi
|
||||
git submodule update
|
||||
git -C $MONERO_DIR fetch --tags
|
||||
git -C $MONERO_DIR checkout v0.10.3.1
|
||||
git submodule update --remote
|
||||
# git -C $MONERO_DIR fetch --tags
|
||||
# git -C $MONERO_DIR checkout v0.10.3.1
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
Loading…
Reference in New Issue
Block a user