Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 6e62d50

Browse files
committed
buildbot: No need to clean, as we clone afresh.
1 parent 14d78dd commit 6e62d50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildbot.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#
33
# Build script for continuous integration.
44

5-
./x.py clean # We don't clone afresh to save time and bandwidth.
6-
git clean -dffx # If upstream removes a submodule, remove the files from disk.
7-
85
# Ensure the build fails if it uses excessive amounts of memory.
96
ulimit -d $((1024 * 1024 * 8)) # 8 GiB
107

0 commit comments

Comments
 (0)