Old Travis had this config to run tests on an emulated MIPS target. We want a test on a Big Endian platform since we have had some errors with this in the past. Help setting this up would be welcome!
# This target catches endianness issues
- rust: stable
sudo: required
dist: trusty
services: docker
name: "Linux (MIPS, big-endian)"
env: TARGET=mips-unknown-linux-gnu
install:
- sh utils/ci/install.sh
- source ~/.cargo/env || true
Also see #1073
Old Travis had this config to run tests on an emulated MIPS target. We want a test on a Big Endian platform since we have had some errors with this in the past. Help setting this up would be welcome!
Also see #1073