Rewrite Of C++ Demanglers #69
Draft
Travis CI / Travis CI - Pull Request
failed
Jan 14, 2025 in 3m 54s
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 #69 Rewrite Of C++ Demanglers.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | ENV | State |
---|---|---|
217.1 PPC64 | COMPILER_NAME=gcc CXX=g++ CC=gcc | failed |
217.2 S390X | COMPILER_NAME=gcc CXX=g++ CC=gcc | failed |
217.3 ARM64 | COMPILER_NAME=gcc CXX=g++ CC=gcc | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Generic |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "generic",
"conditions": "v1",
"services": [
"docker"
],
"jobs": {
"fast_finish": true,
"include": [
{
"os": "linux",
"name": "PPC64",
"arch": "ppc64le",
"dist": "focal",
"env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
},
{
"os": "linux",
"name": "S390X",
"arch": "s390x",
"dist": "focal",
"env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
},
{
"os": "linux",
"name": "ARM64",
"arch": "arm64",
"dist": "focal",
"env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
}
]
},
"cache": [
"ccache"
],
"script": "pip3 install -U --user meson ninja ; meson build ; ninja -C build test",
"os": "linux",
"group": "stable",
"dist": "xenial"
}
Loading