Re: [U-Boot] [PATCH 2/3] gitlab-ci: Have buildman use /tmp for output

2019-10-08 Thread Tom Rini
On Fri, Oct 04, 2019 at 12:12:53PM -0400, Tom Rini wrote: > When running as another user we might not be able to use '..' for > certain directories and this is the default for buildman. Specify an > output directory instead. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --

Re: [U-Boot] [PATCH 2/3] gitlab-ci: Have buildman use /tmp for output

2019-10-04 Thread Tom Rini
On Fri, Oct 04, 2019 at 10:34:05AM -0600, Stephen Warren wrote: > On 10/4/19 10:12 AM, Tom Rini wrote: > > When running as another user we might not be able to use '..' for > > certain directories and this is the default for buildman. Specify an > > output directory instead. > > What if multiple

Re: [U-Boot] [PATCH 2/3] gitlab-ci: Have buildman use /tmp for output

2019-10-04 Thread Stephen Warren
On 10/4/19 10:12 AM, Tom Rini wrote: When running as another user we might not be able to use '..' for certain directories and this is the default for buildman. Specify an output directory instead. What if multiple invocations run in parallel on the same machine? They'll use the same path

[U-Boot] [PATCH 2/3] gitlab-ci: Have buildman use /tmp for output

2019-10-04 Thread Tom Rini
When running as another user we might not be able to use '..' for certain directories and this is the default for buildman. Specify an output directory instead. Signed-off-by: Tom Rini --- .gitlab-ci.yml | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff