Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion infra/base-images/base-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,11 @@ COPY bazel_build_fuzz_tests \
install_ruby.sh \
install_rust.sh \
install_swift.sh \
make_build_replayable.py \
python_coverage_helper.py \
replay_build.sh \
srcmap \
write_labels.py \
make_build_replayable.py \
/usr/local/bin/

# TODO: Build this as part of a multi-stage build.
Expand Down
3 changes: 1 addition & 2 deletions infra/experimental/chronos/build_cache_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ docker run \
--name=${_PROJECT}-origin-${_SANITIZER} \
-v=$PWD/ccaches/${_PROJECT}/ccache:/workspace/ccache \
-v=$PWD/build/out/${_PROJECT}/:/out/ \
-v=$BASE/infra/experimental/chronos:/chronos/ \
gcr.io/oss-fuzz/${_PROJECT} \
/bin/bash -c \
"export PATH=/ccache/bin:\$PATH && compile && cp /chronos/replay_build.sh \$SRC/"
"export PATH=/ccache/bin:\$PATH && compile && cp /usr/local/bin/replay_build.sh \$SRC/"
B_TIME=$(($SECONDS - $B_START))

# Step 3: save (commit, locally) the cached container as an image
Expand Down
Loading