Skip to content

Commit 1015a0b

Browse files
Clean build directory in cmake monolithic windows (#438)
https://discourse.llvm.org/t/possible-issue-with-premerge-monolithic-windows/86070 showed some issues due to a dirty cache. We should be cleaning the build directory after each build and letting sccache handle all of the caching This is for the old infrastructure which should be turned down in a couple weeks, but it's a simple enough patch in the mean time.
1 parent e1b2657 commit 1015a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3450,6 +3450,7 @@
34503450
depends_on_projects=["clang-tools-extra", "clang", "libclc", "lld", "llvm", "mlir", "polly", "pstl"],
34513451
checks=["check-all"],
34523452
install_pip_requirements = True,
3453+
clean = True,
34533454
extra_configure_args=[
34543455
"-DCMAKE_BUILD_TYPE=Release",
34553456
"-DLLVM_ENABLE_ASSERTIONS=ON",

0 commit comments

Comments
 (0)