Skip to content

Commit

Permalink
remove git submodule exclusion for pgproto and libpg_query
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed May 27, 2024
1 parent f2bd9f7 commit be010bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions edgedbpkg/edgedb_ls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,16 @@ class EdgeDBLanguageServer(packages.BundledPythonPackage):
{
"url": "git+https://github.com/edgedb/edgedb.git",
"extras": {
# We obtain postgres from the fork repo directly,
# so there's no need to clone it as a submodule.
"exclude_submodules": [
# We obtain postgres from the fork repo directly,
# so there's no need to clone it as a submodule.
"postgres",
"edb/server/pgproto",
"edb/pgsql/parser/libpg_query",

# TODO: make edgedb-server repo not build pgproto
# "edb/server/pgproto",

# TODO: make edgedb-server repo not build libpg_query
# "edb/pgsql/parser/libpg_query",
],
"clone_depth": 0,
},
Expand Down
1 change: 1 addition & 0 deletions edgedbpkg/edgedb_ls/no_install.list
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
{libdir}/**/edb/_graphql_rewrite.*.so
{libdir}/**/edb/testbase
{libdir}/**/edb/protocol
{libdir}/**/edb/server

0 comments on commit be010bf

Please sign in to comment.