Commit d3b02e0
fix(make_release): create the build directory as non-root
Unless we call `ensure_build_dir`, the build directory will be created
inside the Docker container as root and subsequent builds will fail. Fix
this by making sure exists before building with proper permissions.
(cherry picked from commit 63749ec)
Signed-off-by: Babis Chalios <[email protected]>1 parent e58dbc0 commit d3b02e0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
499 | 500 | | |
500 | 501 | | |
501 | 502 | | |
| |||
0 commit comments