Skip to content

Commit

Permalink
tools/gen_stage3: fetch then checkout in case branch isnt local
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 3, 2022
1 parent e9e3855 commit 592e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_stage3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ case "$os" in
debian)
PROJDIR="/root/llvm-project"
dossh apt install g++ cmake make python3
dossh cd ${PROJDIR} '&&' git checkout release/14.x
dossh cd ${PROJDIR} '&&' git fetch
dossh cd ${PROJDIR} '&&' git checkout release/14.x
dossh cd ${PROJDIR} '&&' git pull
dossh cd ${PROJDIR} '&&' git describe --tags
dossh cd ${PROJDIR} '&&' mkdir -pv build
Expand Down

0 comments on commit 592e1d8

Please sign in to comment.