-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it easy to build only a subset of extensions into compute image (#…
…10655) The full build of all extensions takes a long time. When working locally on parts that don't need extensions, you can iterate more quickly by skipping the unnecessary extensions. This adds a build argument to the dockerfile to specify extensions to build. There are three options: - EXTENSIONS=all (default) - EXTENSIONS=minimal: Build only a few extensions that are listed in shared_preload_libraries in the default neon config. - EXTENSIONS=none: Build no extensions (except for the mandatory 'neon' extension).
- Loading branch information
Showing
1 changed file
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6699a30
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.
7576 tests run: 7213 passed, 0 failed, 363 skipped (full report)
Flaky tests (1)
Postgres 14
test_pageserver_gc_compaction_interrupt
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8575 of 25805 functions)
lines
:49.1% (72142 of 147055 lines)
* collected from Rust tests only
6699a30 at 2025-02-05T20:29:09.867Z :recycle: