Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: compute_engine_scripts/buildbots/vm_setup_utils.sh

Issue 1238893003: More symlinks for coverage bots (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/buildbots/vm_setup_utils.sh
diff --git a/compute_engine_scripts/buildbots/vm_setup_utils.sh b/compute_engine_scripts/buildbots/vm_setup_utils.sh
index ab28398f3b85f85ca38415ef08626129d2404bd5..f39506b32a9dabb4b5df982d949c27bd28c4b083 100644
--- a/compute_engine_scripts/buildbots/vm_setup_utils.sh
+++ b/compute_engine_scripts/buildbots/vm_setup_utils.sh
@@ -30,7 +30,9 @@ function setup_symlinks {
echo "Setup Symlinks"
$GCOMPUTE_CMD ssh --ssh_user=$PROJECT_USER $INSTANCE_NAME \
"sudo ln -s -f /usr/bin/clang-3.6 /usr/bin/clang && " \
- "sudo ln -s -f /usr/bin/clang++-3.6 /usr/bin/clang++" \
+ "sudo ln -s -f /usr/bin/clang++-3.6 /usr/bin/clang++ && " \
+ "sudo ln -s -f /usr/bin/llvm-cov-3.6 /usr/bin/llvm-cov && " \
+ "sudo ln -s -f /usr/bin/llvm-profdata-3.6 /usr/bin/llvm-profdata" \
|| FAILED="$FAILED InstallPackages"
echo
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698