We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c4749 commit 4372f89Copy full SHA for 4372f89
infra/experimental/chronos/build_cache_local.sh
@@ -51,7 +51,7 @@ docker run \
51
-v=$PWD/build/out/${_PROJECT}/:/out/ \
52
gcr.io/oss-fuzz/${_PROJECT} \
53
/bin/bash -c \
54
- "export PATH=/ccache/bin:\$PATH && compile && cp /usr/local/bin/replay_build.sh \$SRC/"
+ "export PATH=/ccache/bin:\$PATH && compile && cp -n /usr/local/bin/replay_build.sh \$SRC/"
55
B_TIME=$(($SECONDS - $B_START))
56
57
# Step 3: save (commit, locally) the cached container as an image
0 commit comments