Skip to content

Commit c421eb1

Browse files
committed
Ensure llvm tags are present when formatting in CI.
1 parent 6886ecc commit c421eb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildbot.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
set -e
44

5+
# Buildbot will have done a shallow clone, but the formatting step requires
6+
# both full git history, and a complete set of upstream llvm release tags.
7+
git fetch --unshallow
8+
git fetch --tags https://github.com/llvm/llvm-project
9+
510
INST_DIR=`pwd`/inst
611

712
mkdir -p build

0 commit comments

Comments
 (0)