Skip to content

Conversation

@quincycs
Copy link

@quincycs quincycs commented Nov 5, 2025

Wow -- what a project! Excited to toy with it, but I needed to adjust some things to get it going.

The following is needed,

git submodule update --init --recursive

alternatively we can say something like enable the global git config setting: git config --global submodule.recurse true

The following is needed,

git submodule update --init --recursive
Copy link
Collaborator

@sfc-gh-mslot sfc-gh-mslot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for trying it out!

cd pg_lake/duckdb_pglake && make && make install && \
cd pg_lake && \
git submodule update --init --recursive && \
cd duckdb_pglake && make && make install && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sfc-gh-abozkurt can we remove this line? The top-level Makefile does the git submodule and also goes into duckdb_pglake.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That PR can be closed when we merge #12 , which improves the make targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants