Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Leave out unnecessary build files from binary artifact (#9135)
The pg_install/build directory contains .o files and such intermediate results from the build, which are not needed in the final tarball. Except for src/test/regress/regress.so and a few other .so files in that directory; keep those. This reduces the size of the neon-Linux-X64-release-artifact.tar.zst artifact from about 1.5 GB to 700 MB. (I attempted this a long time ago already, by moving the build/ directory out of pg_install altogether, see PR #2127. But I never got around to finish that work.) Co-authored-by: Alexander Bayandin <[email protected]>
- Loading branch information
6f2333f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5013 tests run: 4848 passed, 1 failed, 164 skipped (full report)
Failures on Postgres 17
test_aux_file_v2_flag[cross-validation]
: release-arm64Flaky tests (7)
Postgres 17
test_pageserver_compaction_smoke
: release-arm64test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_subscriber_restart
: release-x86-64Postgres 16
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_obsolete_slot_drop[cross-validation]
: release-x86-64test_subscriber_restart
: release-x86-64Postgres 14
test_ondemand_wal_download_in_replication_slot_funcs
: release-arm64Test coverage report is not available
6f2333f at 2024-09-25T16:50:58.151Z :recycle: