Bug 1349208: temporary fix to get flashplayer out of the 16.04 image while we find a better fix; r?jmaher draft
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 21 Mar 2017 18:19:26 +0000
changeset 502368 d0490c6da959cc15cd06e2da09ae41a28fbe3c17
parent 498376 8afe7f683eaa6e449c2399e994e78932f20d5e0a
child 550142 da0f3100d2f121ba97651f56eccf1e76742983ed
push id50263
push userdmitchell@mozilla.com
push dateTue, 21 Mar 2017 18:20:45 +0000
reviewersjmaher
bugs1349208
milestone55.0a1
Bug 1349208: temporary fix to get flashplayer out of the 16.04 image while we find a better fix; r?jmaher MozReview-Commit-ID: IR2PVFXHlEa
taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh
--- a/taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh
+++ b/taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh
@@ -138,16 +138,18 @@ mv linux64-minidump_stackwalk /usr/local
 chmod +x /usr/local/bin/linux64-minidump_stackwalk
 
 # adding multiverse to get 'ubuntu-restricted-extras' below
 apt-add-repository multiverse
 apt-get update
 
 # for mp4 codec (used in MSE tests)
 apt-get -q -y -f install ubuntu-restricted-extras
+# TEMPORARY: we do not want flash installed, but the above pulls it in (bug 1349208)
+rm -f /usr/lib/flashplugin-installer/libflashplayer.so
 
 apt-get -q -y -f install \
     libxcb1 \
     libxcb-render0 \
     libxcb-shm0 \
     libxcb-glx0 \
     libxcb-shape0