Skip to content

Commit

Permalink
remove dev/test file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jun 17, 2024
1 parent 638c072 commit c56e31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 289 deletions.
4 changes: 3 additions & 1 deletion cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ MODULE="-sMODULARIZE=1 -sEXPORT_ES6=1 -sEXPORT_NAME=Module --shell-file ${GITHUB
rm ${PGROOT}/lib/lib*.so.? 2>/dev/null

touch placeholder
chmod +x placeholder

# for ./bin

# share/postgresql/pg_hba.conf.sample REQUIRED
Expand Down Expand Up @@ -131,7 +133,7 @@ emcc $EMCC_WEB -fPIC -sMAIN_MODULE=1 \
--preload-file ${PGROOT}/password@${PGROOT}/password \
--preload-file placeholder@${PGROOT}/bin/postgres \
--preload-file placeholder@${PGROOT}/bin/initdb \
-o postgres.html $PG_O $PG_L || exit 122
-o postgres.html $PG_O $PG_L || exit 136

mkdir -p ${WEBROOT}/repl

Expand Down
288 changes: 0 additions & 288 deletions patches/pgbuild.js

This file was deleted.

0 comments on commit c56e31b

Please sign in to comment.