Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pglite/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
patches/imports.pgcore
dist
patches/imports
patches/exports
1 change: 1 addition & 0 deletions pglite/cibuild/linkexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ echo "FULL:" > ${WORKSPACE}/build/sizes.log
du -hs postgres.wasm >> ${WORKSPACE}/build/sizes.log
echo >> ${WORKSPACE}/build/sizes.log

mkdir -p ${WORKSPACE}/patches/exports

echo "getting wasm exports lists"
wasm-objdump -x $(realpath postgres.wasm) > ${WORKSPACE}/patches/exports/pgcore.wasm-objdump
Expand Down
Loading