Update distribution used for CI in order to test against the last Rust versions #11
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'"
}
]
}
]
}
}
Loading