Skip to content

Commit 0ed79b1

Browse files
author
tudor
committed
create patches/exports folder
1 parent 1b1cab8 commit 0ed79b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pglite/cibuild/linkexport.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ echo "FULL:" > ${WORKSPACE}/build/sizes.log
1515
du -hs postgres.wasm >> ${WORKSPACE}/build/sizes.log
1616
echo >> ${WORKSPACE}/build/sizes.log
1717

18+
mkdir -p ${WORKSPACE}/patches/exports
1819

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

0 commit comments

Comments
 (0)