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

Update distribution used for CI in order to test against the last Rust versions #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Make clippy happy and avoid warnings

c1d077d
Select commit
Loading
Failed to load commit list.
Open

Update distribution used for CI in order to test against the last Rust versions #11

Make clippy happy and avoid warnings
c1d077d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 3, 2024 in 8m 17s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the md/update_ci_dist branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
71.1 stable DOCKER_ORG=zencash Linux passed
71.2 nightly DOCKER_ORG=zencash Linux passed

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Noble)
Build Configuration
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "addons": {
    "apt": {
      "packages": [
        "libxml-xpath-perl"
      ]
    }
  },
  "services": [
    "docker"
  ],
  "git": {
    "depth": false
  },
  "env": [
    "global={:DOCKER_ORG=>\"zencash\"}={:IMAGE_NAME=>\"sc-ci-base\"}={:NEED_CARGO_README=>\"false\"}={:NEED_NPM=>\"false\"}={:NEED_WASMPACK=>\"false\"}"
  ],
  "script": [
    "ci/travis_keep_alive.sh",
    "ci/tests.sh"
  ],
  "jobs": {
    "include": [
      {
        "name": "stable",
        "env": [
          {
            "IMAGE_TAG": "'focal_rust-stable_latest'",
            "TESTS": "'010,015,020,030,040'"
          }
        ]
      },
      {
        "name": "nightly",
        "env": [
          {
            "IMAGE_TAG": "'focal_rust-nightly_latest'",
            "TESTS": "'010,015,020,030,040'"
          }
        ]
      }
    ]
  }
}