-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* submodule update --------- Co-authored-by: tudor <[email protected]>
- Loading branch information
1 parent
fa3bec4
commit 31eeafa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule postgres-pglite
updated
10 files
+30 −0 | .buildkite/builder-docker-image.yml | |
+25 −0 | .github/workflows/trigger_buildkite_build.yml | |
+1 −1 | pglite/.buildconfig | |
+78 −0 | pglite/Dockerfile | |
+0 −10 | pglite/cibuild.sh | |
+0 −7 | pglite/cibuild/build-all.sh | |
+2 −1 | pglite/cibuild/build-with-docker.sh | |
+0 −118 | pglite/cibuild/sdk.sh | |
+38 −0 | pglite/postgres-pglite-builder/Dockerfile | |
+21 −3 | src/backend/Makefile |