You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uid of the user invoking the make commands
is passed into docker containers during the build
process. For s390x, if the uid does not exist
within the docker container's /etc/passwd file,
"git clone" commands fail.
This patch resolves this issue and would then
allow Jenkins Fabric verify jobs to successfully
run on z.
Change-Id: Ic66cebb863f27c8aa372872248135e0dafa1d78a
Signed-off-by: John Harrison <[email protected]>
0 commit comments