Re: make installcheck-world in a clean environment
Alexander Law <exclusion@gmail.com>
From: Alexander Lakhin <exclusion@gmail.com>
To: Dmitry Dolgov <9erthalion6@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>,
Robert Haas <robertmhaas@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-12-01T06:12:05Z
Lists: pgsql-hackers
Attachments
- make-installcheck-v4.patch (text/x-patch) patch v4
Hello, 30.11.2018 23:59, Dmitry Dolgov wrote: >> On Sun, Nov 18, 2018 at 8:31 AM Alexander Lakhin <exclusion@gmail.com> wrote: >> >> I've modified the patch to use the installed version of pg_regress. It >> simplifies a lot. The main idea of the change is to not build pg_regress. > Hi, > > I've noticed that for this patch cfbot show strange error > > USE_INSTALLED_ASSETS=1 make all > ... > make[1]: Leaving directory > `/home/travis/build/postgresql-cfbot/postgresql/src/test/regress' > make: *** [installcheck-parallel] Error 2 > make: Leaving directory `/home/travis/build/postgresql-cfbot/postgresql' > > The same error I've got when tried to run it on my laptop, is it something > expected? Thank you for bringing this to my attention. I've fixed the patch. (pg_upgrade/test.sh passes custom DESTDIR to `make` but the same DESTDIR is needed for `make install`) Best regards, Alexander
Commits
-
Ensure we build generated headers at the start of some more cases.
- 7dc5a96aa218 12.0 landed
- 739d9b29948b 11.0 landed