Skip to content

Commit 4372f89

Browse files
authored
build_cache_local.sh: Don't clobber user provided replay_build.sh
1 parent 68c4749 commit 4372f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/experimental/chronos/build_cache_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker run \
5151
-v=$PWD/build/out/${_PROJECT}/:/out/ \
5252
gcr.io/oss-fuzz/${_PROJECT} \
5353
/bin/bash -c \
54-
"export PATH=/ccache/bin:\$PATH && compile && cp /usr/local/bin/replay_build.sh \$SRC/"
54+
"export PATH=/ccache/bin:\$PATH && compile && cp -n /usr/local/bin/replay_build.sh \$SRC/"
5555
B_TIME=$(($SECONDS - $B_START))
5656

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

0 commit comments

Comments
 (0)