Store intermediate build files in build/ rather than pg_install/build/ (#12295)

This way, `pg_install` contains only the final build artifacts, not
intermediate files like *.o files. Seems cleaner.
This commit is contained in:
Heikki Linnakangas
2025-06-20 17:50:03 +03:00
committed by GitHub
parent 6508f4e5c1
commit eaf1ab21c4
7 changed files with 78 additions and 62 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/artifact_cache
/build
/pg_install
/target
/tmp_check