Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pmp-p/dbg-sockfiles'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 25, 2024
2 parents 3281c27 + fd053cc commit a17a38e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PG_VERSION=16.4
SDK_VERSION=3.1.65.12bi
SDK_VERSION=3.1.66.1bi
7 changes: 6 additions & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
# expressed in EMSDK MB
export CMA_MB=${CMA_MB:-64}

export PG_VERSION=${PG_VERSION:-16.4}
export CI=${CI:-false}
if $CI
then
. .buildconfig
fi

export PG_VERSION=${PG_VERSION:-16.4}
export WORKSPACE=${GITHUB_WORKSPACE:-$(pwd)}
export PGROOT=${PGROOT:-/tmp/pglite}
export WEBROOT=${WEBROOT:-/tmp/web}
Expand Down
2 changes: 0 additions & 2 deletions cibuild/pglite-ts.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- postgresql/src/include/port/emscripten.h
+++ postgresql-wasm/src/include/port/emscripten.h
@@ -0,0 +1,329 @@
@@ -0,0 +1,334 @@
+/* src/include/port/emscripten.h */
+
+#ifndef I_EMSCRIPTEN
Expand Down

0 comments on commit a17a38e

Please sign in to comment.