dashboard/env: install dejagnu for gccgo's testsuite
LGTM=bradfitz R=bradfitz CC=golang-codereviews https://golang.org/cl/141860043
This commit is contained in:
parent
bbfe5adf96
commit
84c740c8b6
|
|
@ -21,3 +21,6 @@ RUN curl -s http://ftp.gnu.org/gnu/binutils/$BINUTILS_VERSION.tar.gz | tar x --n
|
||||||
RUN mkdir binutils-objdir
|
RUN mkdir binutils-objdir
|
||||||
RUN cd binutils-objdir && ../$BINUTILS_VERSION/configure --enable-gold --enable-plugins --prefix=/opt/gold
|
RUN cd binutils-objdir && ../$BINUTILS_VERSION/configure --enable-gold --enable-plugins --prefix=/opt/gold
|
||||||
RUN cd binutils-objdir && make -sj && make install -sj
|
RUN cd binutils-objdir && make -sj && make install -sj
|
||||||
|
|
||||||
|
# For running the extended gccgo testsuite
|
||||||
|
RUN apt-get install -y --no-install-recommends dejagnu
|
||||||
Loading…
Reference in New Issue