From 3f16856b14b913eeecceaade8fcc8fda8a6bc97d Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 16 Sep 2021 14:26:05 +0000 Subject: tcwg_bmk-build.sh: Fix build Change-Id: Idae6955dff53893f6cd48cd6c5ba593c088bcffc --- tcwg_bmk-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh index 0a8064a5..706fbaa3 100755 --- a/tcwg_bmk-build.sh +++ b/tcwg_bmk-build.sh @@ -510,7 +510,10 @@ EOF # Copy save-temps tarballs to artifacts, so that they are accessible. # We can publish pre-processed source only for benchmarks derived from # open-source projects. + # Note that we include save-temps artifacts for successful builds so that + # "last_good" build has the artifacts. if $publish_save_temps; then + mkdir -p $run_step_artifacts/top-artifacts local s_t while read s_t; do rsync -a "$s_t/" $run_step_artifacts/top-artifacts/save-temps/ -- cgit v1.2.3