Commit 2247ded
committed
utils: Fix temporary paths
* By default Morphe CLI uses a hardcoded temporary directory 'morphe-temporary-files/patcher/' which isn't namespaced per job. This affected the building process when parallel-jobs was set to something superior than 1.
Set an unique temp path derived from the APK filename to fix this issue.
Signed-off-by: peternmuller <pm563838@gmail.com>1 parent 41d8e0a commit 2247ded
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| 547 | + | |
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
| |||
0 commit comments