Skip to content

Commit e487de4

Browse files
authored
Enable clean step for AVX512 windows buildbot job (#59)
Signed-off-by: Xiaodong Li <[email protected]>
1 parent 3d4537d commit e487de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
vs="autodetect",
840840
vs_target_arch='x64',
841841
stage1_config='Debug',
842-
clean=False,
842+
clean=True,
843843
checkout_clang_tools_extra=True,
844844
checkout_compiler_rt=False,
845845
checkout_lld=False,

0 commit comments

Comments
 (0)