Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance
/u-boot/tools/buildman/ |
A D | builderthread.py | 125 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 154 out_dir = work_dir 160 out_dir = os.path.join(work_dir, out_rel_dir) 205 git_dir = os.path.join(work_dir, '.git') 206 gitutil.Checkout(commit.hash, git_dir, work_dir, 215 cwd = work_dir 216 src_dir = os.path.realpath(work_dir) 454 work_dir = self.builder.GetThreadDir(self.thread_num) 463 work_dir, do_config, self.builder.config_only, 474 brd, work_dir, True, False, True, False, [all …]
|
/u-boot/ |
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 336 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/test.sh 469 docker run -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/build.sh
|
Completed in 3 milliseconds