зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1692940 - Don't install yasm in docker images. r=firefox-build-system-reviewers,andi,dmajor
We keep it in the Ubuntu image because that would mean rebuilding it, which breaks things. Differential Revision: https://phabricator.services.mozilla.com/D105600
This commit is contained in:
Родитель
e5c73b99a0
Коммит
eba0f98092
|
@ -37,7 +37,6 @@ RUN apt-get update && \
|
|||
valgrind \
|
||||
vim \
|
||||
wget \
|
||||
yasm \
|
||||
zip
|
||||
|
||||
# Add wrapper scripts for xvfb allowing tasks to easily retry starting up xvfb.
|
||||
|
|
|
@ -71,7 +71,6 @@ RUN apt-get update && \
|
|||
wget \
|
||||
x11-utils \
|
||||
xvfb \
|
||||
yasm \
|
||||
zip \
|
||||
linux-libc-dev \
|
||||
linux-libc-dev:$ARCH \
|
||||
|
|
|
@ -36,7 +36,6 @@ RUN apt-get update && \
|
|||
wget \
|
||||
x11-utils \
|
||||
xvfb \
|
||||
yasm \
|
||||
zip \
|
||||
zlib1g-dev \
|
||||
libfreetype6-dev:i386 \
|
||||
|
|
|
@ -57,7 +57,6 @@ apt_packages+=('unzip')
|
|||
apt_packages+=('uuid')
|
||||
apt_packages+=('wget')
|
||||
apt_packages+=('xvfb')
|
||||
apt_packages+=('yasm')
|
||||
apt_packages+=('zip')
|
||||
|
||||
# use Ubuntu's Python-2.7 (2.7.3 on Precise)
|
||||
|
|
|
@ -51,7 +51,6 @@ RUN apt-get update && \
|
|||
uuid \
|
||||
valgrind \
|
||||
wget \
|
||||
yasm \
|
||||
zip \
|
||||
zlib1g-dev \
|
||||
x11-utils \
|
||||
|
|
Загрузка…
Ссылка в новой задаче