author | Dustin J. Mitchell <dustin@mozilla.com> |
Tue, 21 Mar 2017 18:19:26 +0000 | |
changeset 348710 | fd40abc21673b596074eb69453b83588cfbc5a4e |
parent 348709 | 8744e9f8eb99f1290aae81985812d57364f18708 |
child 348711 | 201231223cd4354a450c3e5d80959f35b8e4cf0c |
push id | 31534 |
push user | philringnalda@gmail.com |
push date | Wed, 22 Mar 2017 03:48:26 +0000 |
treeherder | mozilla-central@201231223cd4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jmaher, testers-only |
bugs | 1349208 |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh | file | annotate | diff | comparison | revisions |
--- 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