Bump jinja2 from 3.1.3 to 3.1.4 in /scripts/copy_from_upstream #1782
Travis CI / Travis CI - Branch
succeeded
May 6, 2024 in 6m 37s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/pip/scripts/copy_from_upstream/jinja2-3.1.4 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 | Compiler | OS | State |
---|---|---|---|
4418.1 | gcc | Linux | passed |
4418.2 | gcc | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "xenial",
"before_script": [
"sudo apt update && sudo apt -y install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz valgrind"
],
"jobs": {
"include": [
{
"arch": "ppc64le",
"os": "linux",
"dist": "focal",
"compiler": "gcc",
"if": "NOT branch =~ /^ghactionsonly-/",
"script": [
"mkdir build && cd build && cmake -GNinja .. && cmake -LA .. && ninja",
"cd build & ninja run_tests"
]
},
{
"arch": "s390x",
"os": "linux",
"dist": "focal",
"compiler": "gcc",
"if": "NOT branch =~ /^ghactionsonly-/",
"script": [
"mkdir build && cd build && cmake -GNinja .. && cmake -LA .. && ninja",
"cd build & ninja run_tests"
]
}
]
}
}
Loading