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

Support futures 0.3 streams for IPC channels #227

Merged
merged 3 commits into from May 6, 2019
Travis CI / Travis CI - Pull Request succeeded Mar 4, 2019 in 4m 11s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #227 Support futures 0.3 streams for IPC channels.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Rust ENV OS State
1456.1 nightly \["FEATURES=\\"unstable\\""\] Linux passed
1456.2 nightly \["FEATURES=\\"unstable force-inprocess\\""\] Linux passed
1456.3 nightly \["FEATURES=\\"unstable\\""\] macOS passed
1456.4 nightly \["FEATURES=\\"unstable force-inprocess\\""\] macOS passed
1456.5 nightly \["FEATURES=\\"unstable memfd\\""\] Linux passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Trusty), macOS
Rust Version nightly
Build Configuration
{
  "os": [
    "linux",
    "osx"
  ],
  "env": [
    "FEATURES=\"unstable\"",
    "FEATURES=\"unstable force-inprocess\""
  ],
  "dist": "trusty",
  "rust": [
    "nightly"
  ],
  "sudo": false,
  "group": "stable",
  "matrix": {
    "include": [
      {
        "os": "linux",
        "env": "FEATURES=\"unstable memfd\"",
        "dist": "trusty"
      }
    ]
  },
  "script": [
    "cargo build --features \"$FEATURES\"",
    "cargo test --features \"$FEATURES\""
  ],
  ".result": "configured",
  "language": "rust",
  "global_env": [
    "RUST_BACKTRACE=1"
  ]
}
You can’t perform that action at this time.