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

Unified Diff: compute_engine_scripts/chromecompute/vm_setup_utils.sh

Issue 400533004: libdrm-dev is now a required package on GCE instances (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 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 | « compute_engine_scripts/chromecompute/vm_create_setup_instances.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/chromecompute/vm_setup_utils.sh
diff --git a/compute_engine_scripts/chromecompute/vm_setup_utils.sh b/compute_engine_scripts/chromecompute/vm_setup_utils.sh
index 652deb0c709c38d4e989c51a02b99e68bdec57b3..13ad157f762bd8004e9732578c592dd6074da4f6 100644
--- a/compute_engine_scripts/chromecompute/vm_setup_utils.sh
+++ b/compute_engine_scripts/chromecompute/vm_setup_utils.sh
@@ -14,7 +14,7 @@ function install_packages {
"sudo apt-get -y install haveged python-django openjdk-7-jre-headless zlib1g-dev:i386 libgif-dev:i386 libpng12-dev:i386 fontconfig:i386 libgl1-mesa-dev:i386 libglu1-mesa-dev:i386 ccache g++-multilib libpoppler-cpp-dev libpoppler-cpp0:i386 && " \
"sudo cp /usr/lib/i386-linux-gnu/libpng.so /usr/lib32/ && " \
"sudo cp /usr/lib/i386-linux-gnu/libpng12.so.0 /usr/lib32/ && " \
- "sudo apt-get -y install libpng12-dev libgtk2.0-dev ant clang-3.4 openjdk-7-jdk realpath libqt4-dev-bin libqt4-core libqt4-gui libqt4-dev:i386 icewm && " \
+ "sudo apt-get -y install libpng12-dev libgtk2.0-dev ant clang-3.4 openjdk-7-jdk realpath libqt4-dev-bin libqt4-core libqt4-gui libqt4-dev:i386 icewm libdrm-dev && " \
"sudo apt-get -y remove python-zope.interface && " \
"sudo easy_install zope.interface" \
|| FAILED="$FAILED InstallPackages"
« no previous file with comments | « compute_engine_scripts/chromecompute/vm_create_setup_instances.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698