Skip to content

[WIP] Use docker for MIPS #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 11, 2016
Merged

[WIP] Use docker for MIPS #114

merged 2 commits into from
Jan 11, 2016

Conversation

polachok
Copy link
Contributor

This image uses the same PPA as rust buildbot.

Dockerfile:

FROM ubuntu:15.10

RUN apt-get update
RUN apt-get install -y --force-yes --no-install-recommends \
        software-properties-common
RUN add-apt-repository ppa:angelsl/mips-cross
RUN apt-get update
RUN apt-get install -y --force-yes --no-install-recommends \
        gcc-5-mips-linux-gnu libc6-dev-mips-cross \
        gcc-5-mipsel-linux-gnu libc6-dev-mipsel-cross
RUN apt-get install -y --force-yes --no-install-recommends \
                build-essential qemu-user
RUN for f in `ls /usr/bin/mips*-linux-gnu-*-5`; do ln -vs $f `echo $f | sed -e 's/-5$//'`; done

I'll fix resulting fallout in following commits, reducing difference w/other archs.

Closes #100

@polachok polachok force-pushed the mips3 branch 3 times, most recently from abb0b95 to ad0fa77 Compare December 27, 2015 14:59
@polachok polachok mentioned this pull request Jan 2, 2016
@polachok polachok force-pushed the mips3 branch 2 times, most recently from 3a5cfdd to ac68de1 Compare January 5, 2016 19:01
@alexcrichton
Copy link
Member

Oh awesome, thanks @polachok! I'll work on getting this merged as well. I'll probably move the docker image and put the dockerfile in this repo, but otherwise looks good to me :)

@alexcrichton
Copy link
Member

To link things up, landed in #134

@polachok polachok deleted the mips3 branch January 12, 2016 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outdated MIPS toolchain
2 participants