Skip to content

Commit

Permalink
no wasmfs, keep pg_hba.conf.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jun 13, 2024
1 parent ea54c58 commit c90a9ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ rm ${PGROOT}/lib/lib*.so.? 2>/dev/null
touch placeholder
# for ./bin

rm ${PGROOT}/share/postgresql/*.sample
# share/postgresql/pg_hba.conf.sample REQUIRED
# rm ${PGROOT}/share/postgresql/*.sample

# ./lib/lib*.a => ignored

Expand All @@ -117,7 +118,8 @@ rm ${PGROOT}/lib/postgresql/utf8_and*.so

# =========================================================

emcc $EMCC_WEB -fPIC -sMAIN_MODULE=1 -sWASMFS \

emcc $EMCC_WEB -fPIC -sMAIN_MODULE=1 \
-D__PYDK__=1 -DPREFIX=${PGROOT} \
-sTOTAL_MEMORY=1GB -sSTACK_SIZE=4MB -sALLOW_TABLE_GROWTH -sALLOW_MEMORY_GROWTH -sGLOBAL_BASE=${CMA_MB}MB \
$MODULE -sERROR_ON_UNDEFINED_SYMBOLS -sASSERTIONS=0 \
Expand Down

0 comments on commit c90a9ea

Please sign in to comment.