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

No more 32 bit apple targets. #360

Merged
merged 1 commit into from Mar 21, 2020

No more 32 bit apple targets.

23afe7d
Select commit
Merged

No more 32 bit apple targets. #360

No more 32 bit apple targets.
23afe7d
Select commit
Travis CI / Travis CI - Pull Request succeeded Mar 18, 2020 in 5m 10s

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 #360 No more 32 bit apple targets..
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 Xcode ENV OS State
1223.1 stable TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" macOS passed
1223.2 stable xcode7.2 TARGET=x86_64-apple-darwin CGFEATURES="" macOS passed
1223.3 stable xcode9.4 TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" macOS passed

Build Configuration

Build Option Setting
Language Rust
Operating System macOS
Rust Version stable
Build Configuration
{
  "language": "rust",
  "os": [
    "osx"
  ],
  "rust": [
    "stable"
  ],
  "install": [
    "rustup target add $TARGET"
  ],
  "script": [
    "cargo build --all-targets --verbose --target $TARGET",
    "cargo test --verbose --target $TARGET -- --nocapture"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "TARGET": "x86_64-apple-darwin",
            "CGFEATURES": "\"--features elcapitan\""
          }
        ]
      },
      {
        "osx_image": "xcode7.2",
        "env": [
          {
            "TARGET": "x86_64-apple-darwin",
            "CGFEATURES": "\"\""
          }
        ]
      },
      {
        "osx_image": "xcode9.4",
        "env": [
          {
            "TARGET": "x86_64-apple-darwin",
            "CGFEATURES": "\"--features highsierra,elcapitan\""
          }
        ]
      }
    ]
  },
  "group": "stable",
  "dist": "xenial"
}
You can’t perform that action at this time.