Skip to content
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

travis: Expand the cross linux image #39111

Merged
merged 1 commit into from
Jan 21, 2017

Commits on Jan 17, 2017

  1. travis: Expand the cross linux image

    This expands the `cross` travis matrix entry with a few more targets that our
    nightlies are building:
    
    * x86_64-rumprun-netbsd
    * arm-unknown-linux-musleabi
    * arm-unknown-linux-musleabihf
    * armv7-unknown-linux-musleabihf
    * mips-unknown-linux-musl
    * mipsel-unknown-linux-musl
    
    This commit doesn't compile custom toolchains like our current cross-image does,
    but instead compiles musl manually and then compiles libunwind manually (like
    x86_64) for use for the ARM targets and just uses openwrt toolchains for the
    mips targets.
    alexcrichton committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    6b23cc4 View commit details
    Browse the repository at this point in the history