File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
zorg/buildbot/builders/annotated Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if [ ! -d llvm ]; then
72
72
fi
73
73
74
74
build_step " Updating llvm-project repo"
75
- git -C llvm fetch origin
75
+ git -C llvm fetch --prune origin
76
76
git -C llvm reset --hard " ${LLVM_REVISION} "
77
77
78
78
# We unconditionally clean (i.e. don't check BUILDBOT_CLOBBER=1) as the script
@@ -142,7 +142,7 @@ if [ ! -d llvm-test-suite ]; then
142
142
fi
143
143
144
144
build_step " Updating llvm-test-suite repo"
145
- git -C llvm-test-suite fetch origin
145
+ git -C llvm-test-suite fetch --prune origin
146
146
git -C llvm-test-suite reset --hard origin/main
147
147
148
148
build_step " llvm-test-suite cmake"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ ! -d llvm-project ]; then
39
39
fi
40
40
41
41
build_step " Updating llvm-project repo"
42
- git -C llvm-project fetch origin
42
+ git -C llvm-project fetch --prune origin
43
43
git -C llvm-project reset --hard " ${LLVM_REVISION} "
44
44
45
45
if [ ! -d llvm-test-suite ]; then
@@ -48,7 +48,7 @@ if [ ! -d llvm-test-suite ]; then
48
48
fi
49
49
50
50
build_step " Updating llvm-test-suite repo"
51
- git -C llvm-test-suite fetch origin
51
+ git -C llvm-test-suite fetch --prune origin
52
52
git -C llvm-test-suite reset --hard origin/main
53
53
54
54
# We unconditionally clean (i.e. don't check BUILDBOT_CLOBBER=1) as the script
You can’t perform that action at this time.
0 commit comments