Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4" #1316
Travis CI / Travis CI - Pull Request
succeeded
Dec 18, 2023 in 2m 2s
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 #1316 Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4".
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | ENV | OS | State | Notes |
---|---|---|---|---|
424.1 | PROTON_VERSION=main | Linux | failed | This job is allowed to fail. |
424.2 | PROTON_VERSION=main | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Jammy) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "jammy",
"cache": {
"ccache": true,
"pip": true
},
"arch": [
"arm64"
],
"env": [
"global={:PROTON_VERSION=>\"main\"}={:BUILD_TYPE=>\"RelWithDebInfo\"} jobs={:RUNTIME_CHECK=>\"asan\", :QD_ENABLE_ASSERTIONS=>\"ON\"}={:RUNTIME_CHECK=>\"tsan\", :QD_ENABLE_ASSERTIONS=>\"OFF\"}"
],
"jobs": {
"fast_finish": true,
"allow_failures": [
{
"arch": "arm64"
}
],
"exclude": [
{
"arch": "s390x",
"env": [
{
"RUNTIME_CHECK": "tsan",
"QD_ENABLE_ASSERTIONS": "OFF"
}
]
}
]
},
"addons": {
"apt": {
"packages": [
"cmake",
"libpython3-dev",
"python3-venv",
"libsasl2-dev",
"libssl-dev",
"sasl2-bin",
"swig",
"libnghttp2-dev",
"libwebsockets-dev",
"binutils-dev",
"lcov",
"curl",
"ncat",
"gdb"
]
}
},
"script": [
"ulimit -c unlimited",
"scripts/travisci_build.sh",
"find -name 'core' -exec ${TRAVIS_BUILD_DIR}/scripts/gha_analyze_coredump.sh {} \\;"
]
}
Loading