dashboard/env: install necessary headers for linux-386-clang
LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/147420044
This commit is contained in:
parent
bcbfc883f4
commit
59d8afa26b
|
@ -11,7 +11,9 @@ wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends clang-3.5
|
apt-get install -y --no-install-recommends clang-3.5
|
||||||
# TODO(cmang): move these into a 386 image that derives from this one.
|
# TODO(cmang): move these into a 386 image that derives from this one.
|
||||||
apt-get install -y --no-install-recommends libc6-dev-i386
|
apt-get install -y --no-install-recommends libc6-dev-i386 gcc-multilib
|
||||||
|
# Remove gcc binary so it doesn't interfere with clang
|
||||||
|
rm -f /usr/bin/gcc
|
||||||
# For interacting with the Go source & subrepos:
|
# For interacting with the Go source & subrepos:
|
||||||
apt-get install -y --no-install-recommends mercurial git-core
|
apt-get install -y --no-install-recommends mercurial git-core
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue