Skip to content

Commit 2b16125

Browse files
Fix BUCK scenario to avoid missing okBuck files
1 parent c42f341 commit 2b16125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mobile_app1/performance.scenarios

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ fullLocalCache {
3333
clean-build-before = [
3434
{
3535
schedule = BUILD
36-
commands = ["./buckw", "clean"]
36+
commands = ["rm", "-rf", "buck-out"]
3737
},
3838
{
3939
schedule = BUILD
40-
commands = ["./buckw", "build", ".okbuck/ext/..."]
40+
commands = ["./setup_buck.sh"]
4141
},
4242
{
4343
schedule = BUILD
44-
commands = ["./buckw", "fetch", "..."]
44+
commands = ["./buckw", "build", ".okbuck/ext/..."]
4545
}
4646
]
4747
}

0 commit comments

Comments
 (0)