Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <bchalios@amazon.es>
- Loading branch information