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

Adjust for surfman-chains swapping changes. #190

Merged
merged 2 commits into from Aug 6, 2020
Travis CI / Travis CI - Pull Request failed Jul 28, 2020 in 8m 13s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #190 Adjust for surfman-chains swapping changes..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Rust OS State
900.1 stable Linux failed
900.2 stable macOS failed
900.3 stable windows failed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial), macOS, windows
Rust Version stable
Build Configuration
{
  "language": "rust",
  "os": [
    "linux",
    "osx",
    "windows"
  ],
  "dist": "xenial",
  "rust": [
    "stable"
  ],
  "before_script": [
    "if [ $TRAVIS_RUST_VERSION ==\"stable\" ]; then rustup component add rustfmt; fi",
    "if [ $TRAVIS_RUST_VERSION == \"nightly\" ]; then rustup component add rust-src --target=aarch64-uwp-windows-msvc; fi"
  ],
  "script": [
    "if [ $TRAVIS_RUST_VERSION ==\"stable\" ]; then cargo fmt --all -- --check; fi",
    "cd webxr",
    "cargo build --features=glwindow,headless,googlevr",
    "cargo build --features=ipc,glwindow,headless,googlevr",
    "cargo build --features=glwindow,headless,profile",
    "rustup target add arm-linux-androideabi",
    "cargo build --target arm-linux-androideabi --features=ipc,googlevr",
    "rustup target add aarch64-pc-windows-msvc",
    "cargo build --target=aarch64-pc-windows-msvc --features ipc,openxr-api",
    "if [ $TRAVIS_RUST_VERSION == \"nightly\" ]; then cargo build -Z build-std --target=aarch64-uwp-windows-msvc --features ipc,openxr-api; fi"
  ],
  "notifications": {
    "webhooks": [
      {
        "urls": [
          "http://build.servo.org:54856/travis"
        ]
      }
    ]
  }
}
You can’t perform that action at this time.