forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce verbosity of PostgreSQL build
Summary: - Reduce verbosity of PostgreSQL build. Setting YB_VERBOSE=1 will enable the verbose level of output. - Disable readline in ASAN/TSAN mode. - Use `-fdebug-prefix-map` to make debugging PostgreSQL code easier. Debug information should point to original source files, not to files we've copied to the build directory. - Add a `--skip-postgres` option to `yb_build.sh` to save 9 seconds on running configure/make/make install on a fully built PostgreSQL codebase. Test Plan: Jenkins Reviewers: hector, sergei Reviewed By: sergei Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4975
- Loading branch information
Showing
3 changed files
with
68 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PyYAML==3.12 | ||
six==1.11.0 | ||
yugabyte_pycommon==1.7.4 | ||
yugabyte_pycommon==1.8.0 |
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