I also wonder if we can set some very-simple CI for rebase branch. Like, let's test that *at least* kernel part compiles? Checking for `make install` exit code should do here.
On Mon, 8 Dec 2025 at 16:00, Kirill Reshke <[email protected]> wrote: > > Thanks! > > I actually fixed some vital contrib modules, so classic > PostgreSQL-style setup should do: > > (git clone .... && cd cloudberry) > > ./configure --with-perl --with-python --with-libxml --with-gssapi > --disable-orca --prefix=/usr/local/gpdb --enable-depend > --enable-cassert --enable-debug > > source gpAux/gpdemo/gpdemo-env.sh > source /usr/local/gpdb/greenplum_path.sh > export GPHOME=/usr/local/gpdb/ > export PATH=$PATH:/usr/local/gpdb/bin > > make create-demo-cluster > > make installcheck --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
