You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it is, that one is a failure when trying to build the container image because we try to build PG on an AMD architecture and not supporting ARM at all. This error @patty-chow shared seems to be running make check on Intel based.
Describe the bug
make clean
results in wrong data ownership error on MAC (Intel based)Environment
Docker
Reproduction Steps
Steps to reproduce the behavior:
=> Followed step by step from ReadMe till step 5 followed by executing
make clean
Expected behavior
A clear and concise description of what you expected to happen.
** Actual behavior **
make -C pg_documentdb_core check
make[1]: Entering directory '/home/documentdb/code/pg_documentdb_core '
Makefile:57: warning: overriding recipe for target 'check'
/usr/lib/postgresql/16/lib/pgxs/src/makefiles/pgxs.mk:449: warning: ignoring old recipe for target 'check'
make -C src/test all
make[2]: Entering directory '/home/documentdb/code/pg_documentdb_core /src/test'
make -C regress all
make[3]: Entering directory '/home/documentdb/code/pg_documentdb_core /src/test/regress'
/usr/lib/postgresql/16/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --encoding=UTF8 --dlpath=../../../ --load-extension=vector --load-extension=postgis --load-extension=pg_documentdb_core --temp-instance ./tmp --temp-config ./postgresql.conf --host localhost --port 58090 --schedule=./basic_schedule || (cat regression.diffs && false)
=> initdb failed
Additional context
The text was updated successfully, but these errors were encountered: