Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit dc7742f8 authored by Robert Nelson's avatar Robert Nelson
Browse files

01_git_sync.sh: reorder


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent ef902694
Branches
Tags
No related merge requests found
Pipeline #1579 canceled with stage
......@@ -8,14 +8,16 @@ fi
git submodule init && git submodule sync && git submodule update --remote
if [ -d ./riscv-toolchain ] ; then
rm -rf ./riscv-toolchain || true
fi
git clone git@git.beagleboard.org:beaglev-ahead/riscv-toolchain.git --depth=1
if [ -d ./opensbi ] ; then
rm -rf ./opensbi || true
fi
git clone git@git.beagleboard.org:beaglev-ahead/opensbi.git --depth=1
if [ -d ./riscv-toolchain ] ; then
rm -rf ./riscv-toolchain || true
fi
git clone git@git.beagleboard.org:beaglev-ahead/riscv-toolchain.git --depth=1
#
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment