Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance
/u-boot-v2022.01-rc1/tools/buildman/ |
A D | builderthread.py | 132 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 161 out_dir = work_dir 167 out_dir = os.path.join(work_dir, out_rel_dir) 212 git_dir = os.path.join(work_dir, '.git') 213 gitutil.Checkout(commit.hash, git_dir, work_dir, 222 cwd = work_dir 223 src_dir = os.path.realpath(work_dir) 477 work_dir = self.builder.GetThreadDir(self.thread_num) 486 work_dir, do_config, self.builder.config_only, 497 brd, work_dir, True, False, True, False, [all …]
|
/u-boot-v2022.01-rc1/ |
A D | .azure-pipelines.yml | 10 work_dir: /u 161 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh 355 …ker run "$@" --device /dev/fuse:/dev/fuse -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_… 488 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh
|
Completed in 4 milliseconds