Adjust for surfman-chains swapping changes. #190
Merged
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 |
|---|---|---|---|
| stable | Linux | failed | |
| stable | macOS | failed | |
| 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"
]
}
]
}
}