ptrack.map compression and decompression #658
Open
Travis CI / Travis CI - Pull Request
succeeded
Dec 7, 2025 in 1h 33m 7s
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 #658 ptrack.map compression and decompression.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has eight jobs, running in parallel.
| Job | ENV | OS | State | Notes |
|---|---|---|---|---|
| PG_VERSION=18 PG_BRANCH=REL_18_STABLE PTRACK_PATCH_PG_BRANCH=REL_18_STABLE | Linux | passed | ||
| PG_VERSION=17 PG_BRANCH=REL_17_STABLE PTRACK_PATCH_PG_BRANCH=REL_17_STABLE | Linux | passed | ||
| PG_VERSION=16 PG_BRANCH=REL_16_STABLE PTRACK_PATCH_PG_BRANCH=REL_16_STABLE | Linux | passed | ||
| PG_VERSION=15 PG_BRANCH=REL_15_STABLE PTRACK_PATCH_PG_BRANCH=REL_15_STABLE | Linux | passed | ||
| PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLE | Linux | passed | ||
| PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE | Linux | passed | ||
| PG_VERSION=19 PG_BRANCH=master PTRACK_PATCH_PG_BRANCH=master | Linux | failed | This job is allowed to fail. | |
| PG_VERSION=18 PG_BRANCH=REL_18_STABLE PTRACK_PATCH_PG_BRANCH=REL_18_STABLE MODE=full | Linux | passed | This job is allowed to fail. |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C |
| Operating System | Linux (Noble) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "noble",
"cache": {
"ccache": true
},
"addons": {
"apt": {
"packages": [
"sudo",
"libc-dev",
"bison",
"flex",
"libreadline-dev",
"zlib1g-dev",
"libzstd-dev",
"libssl-dev",
"perl",
"libperl-dev",
"libdbi-perl",
"cpanminus",
"locales",
"python3",
"python3-dev",
"python3-pip",
"libicu-dev",
"libgss-dev",
"libkrb5-dev",
"libxml2-dev",
"libxslt1-dev",
"libldap2-dev",
"tcl-dev",
"diffutils",
"gdb",
"gettext",
"lcov",
"openssh-client",
"openssh-server",
"libipc-run-perl",
"libtime-hires-perl",
"libtimedate-perl",
"libdbd-pg-perl"
]
}
},
"before_install": [
"sudo travis/before-install.sh"
],
"install": [
"travis/install.sh"
],
"before_script": [
"sudo travis/before-script.sh",
"travis/before-script-user.sh"
],
"script": [
"travis/script.sh"
],
"notifications": {
"email": [
{
"on_success": "change",
"on_failure": "always"
}
]
},
"env": [
"jobs={:PG_VERSION=>\"19\", :PG_BRANCH=>\"master\", :PTRACK_PATCH_PG_BRANCH=>\"master\"}={:PG_VERSION=>\"18\", :PG_BRANCH=>\"REL_18_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_18_STABLE\"}={:PG_VERSION=>\"18\", :PG_BRANCH=>\"REL_18_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_18_STABLE\", :MODE=>\"full\"}={:PG_VERSION=>\"17\", :PG_BRANCH=>\"REL_17_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_17_STABLE\"}={:PG_VERSION=>\"16\", :PG_BRANCH=>\"REL_16_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_16_STABLE\"}={:PG_VERSION=>\"15\", :PG_BRANCH=>\"REL_15_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_15_STABLE\"}={:PG_VERSION=>\"14\", :PG_BRANCH=>\"REL_14_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_14_STABLE\"}={:PG_VERSION=>\"13\", :PG_BRANCH=>\"REL_13_STABLE\", :PTRACK_PATCH_PG_BRANCH=>\"REL_13_STABLE\"}"
],
"jobs": {
"allow_failures": [
{
"if": "env(PG_BRANCH) = master"
},
{
"if": "env(MODE) = full"
}
]
}
}
Loading