Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yugabyte#8359] Don't rebuild PostgreSQL build when switching between…
… CLion and command line Summary: Before building PostgresSQL we take into account values of some environment variables to check whether build could be skipped. One of them is PATH, but it's value is different for builds from CLion and command line. Because of that every switch between CLion and command line causes PostgresSQL rebuild. This diff removes PATH from this check, so postgres is not being rebuilt in above scenario. Test Plan: Perform build from console, then switch to CLion and check that PostgresSQL build is skipped. Reviewers: mbautin Reviewed By: mbautin Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D11528
- Loading branch information