commit | de2a3202a59011340727848a7eefb284b8f5e3a8 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Tue Apr 28 11:34:23 2020 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Thu May 07 10:31:21 2020 +0800 |
tree | 49fe01a57bb283331955fec54034d9983c6badbb | |
parent | f713bf49e61b3e8ea184548e048c3c0168fab5d9 [diff] |
build-setup: Mount ${WORKSPACE} while building openbmc The build.sh script is created in host's ${WORKSPACE}, and executed in docker container. If it's not available in the docker container, it fails to execute the script by below error. no such file or directory Mount it in the docker container so that it is guaranteed to be avaialbe in the container. Tested: Verify the ${WORKSPACE} is mounted if it's not in ${HOME}, and the build runs OK. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Id459410249c90688e683db63073b36a9959a97aa
Build script for CI jobs in Jenkins.