Skip to content

Commit c029560

Browse files
committed
feat(docker): Add run_single_project_build.py to base images
1 parent bc78619 commit c029560

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

infra/base-images/base-builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ COPY bazel_build_fuzz_tests \
184184
make_build_replayable.py \
185185
python_coverage_helper.py \
186186
replay_build.sh \
187+
run_single_project_build.py \
187188
srcmap \
188189
write_labels.py \
189190
unshallow_repos.py \

infra/base-images/base-builder/ubuntu-20-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ COPY bazel_build_fuzz_tests \
182182
make_build_replayable.py \
183183
python_coverage_helper.py \
184184
replay_build.sh \
185+
run_single_project_build.py \
185186
srcmap \
186187
write_labels.py \
187188
unshallow_repos.py \

infra/base-images/base-builder/ubuntu-24-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ COPY bazel_build_fuzz_tests \
182182
make_build_replayable.py \
183183
python_coverage_helper.py \
184184
replay_build.sh \
185+
run_single_project_build.py \
185186
srcmap \
186187
write_labels.py \
187188
unshallow_repos.py \

0 commit comments

Comments
 (0)