This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Commit e157032
ant-native: Fix random build failure
Due to lack of task dependency between 'do_removebinaries' and 'do_removecruft'
when both run parallelly sometimes, 'find' in do_removebinaries referring on directories
that sare already removed by do_removecruft.
This change makes sure that both tasks execute sequentially.
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>1 parent cc5c067 commit e157032
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments