We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93611e4 commit b23ad2eCopy full SHA for b23ad2e
zorg/buildbot/builders/annotated/hip-build.sh
@@ -52,7 +52,7 @@ if [ ! -d "${LLVM_ROOT}" ]; then
52
fi
53
54
build_step "Updating llvm-project repo"
55
-git -C "${LLVM_ROOT}" fetch origin
+git -C "${LLVM_ROOT}" fetch --prune origin
56
git -C "${LLVM_ROOT}" reset --hard "${LLVM_REVISION}"
57
}
58
@@ -64,7 +64,7 @@ if [ ! -d "${TESTSUITE_ROOT}" ]; then
64
65
66
build_step "Updating llvm-test-suite repo"
67
-git -C "${TESTSUITE_ROOT}" fetch origin
+git -C "${TESTSUITE_ROOT}" fetch --prune origin
68
git -C "${TESTSUITE_ROOT}" reset --hard origin/main
69
70
0 commit comments