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:
Chris Manghane 2014-10-01 16:40:04 -07:00
parent bcbfc883f4
commit 59d8afa26b

View File

@ -11,7 +11,9 @@ wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
apt-get update
apt-get install -y --no-install-recommends clang-3.5
# 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:
apt-get install -y --no-install-recommends mercurial git-core